summaryrefslogtreecommitdiff
path: root/com32/lib/syslinux/addlist.c
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-03-14 19:06:36 -0700
committerH. Peter Anvin <hpa@zytor.com>2007-03-14 19:06:36 -0700
commit37b99c20bf10933524f3b8c1ec04215d5c94c18d (patch)
treec4552e2d59ca2be9c901fda0fb2d447a8f5b7ab8 /com32/lib/syslinux/addlist.c
parent0b4922aa3fb090ee05d2e7c20379aabe2a047835 (diff)
downloadsyslinux-37b99c20bf10933524f3b8c1ec04215d5c94c18d.tar.gz
Finish the shuffle and boot interface, and add an ELF loading module.
The shuffle and boot interface, including the library support, should now work as advertised. Add an ELF-loading module as a demo, and it's probably useful for someone, too.
Diffstat (limited to 'com32/lib/syslinux/addlist.c')
-rw-r--r--com32/lib/syslinux/addlist.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/com32/lib/syslinux/addlist.c b/com32/lib/syslinux/addlist.c
index d544de98..faa80c1d 100644
--- a/com32/lib/syslinux/addlist.c
+++ b/com32/lib/syslinux/addlist.c
@@ -25,6 +25,9 @@
*
* ----------------------------------------------------------------------- */
+#include <stdlib.h>
+#include <syslinux/movebits.h>
+
int syslinux_add_movelist(struct syslinux_movelist **list,
addr_t dst, addr_t src, addr_t len)
{