diff options
author | Erwan Velu <erwanaliasr1@gmail.com> | 2010-05-12 21:12:34 +0200 |
---|---|---|
committer | Erwan Velu <erwanaliasr1@gmail.com> | 2010-05-12 21:31:22 +0200 |
commit | 898ed4e8b4172a1dcf5b71a6228115a63e7dbfaf (patch) | |
tree | 144862e1c0991fddd3d1f3656b16e3430ced35c5 | |
parent | be73a9349a754d66236ee4970242fb8948c037bf (diff) | |
download | contrib-898ed4e8b4172a1dcf5b71a6228115a63e7dbfaf.tar.gz contrib-898ed4e8b4172a1dcf5b71a6228115a63e7dbfaf.tar.xz contrib-898ed4e8b4172a1dcf5b71a6228115a63e7dbfaf.zip |
cmd: Adding proper include to syslinux_run_command
-rw-r--r-- | com32/modules/cmd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/com32/modules/cmd.c b/com32/modules/cmd.c index c614552c..5d3f8918 100644 --- a/com32/modules/cmd.c +++ b/com32/modules/cmd.c @@ -17,6 +17,7 @@ */ #include <com32.h> +#include <syslinux/boot.h> int main(void) { |