From 37b99c20bf10933524f3b8c1ec04215d5c94c18d Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Wed, 14 Mar 2007 19:06:36 -0700 Subject: 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. --- com32/lib/syslinux/addlist.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'com32/lib/syslinux/addlist.c') 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 +#include + int syslinux_add_movelist(struct syslinux_movelist **list, addr_t dst, addr_t src, addr_t len) { -- cgit v1.2.1