aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErwan Velu <erwanaliasr1@gmail.com>2010-05-12 21:12:34 +0200
committerErwan Velu <erwanaliasr1@gmail.com>2010-05-12 21:31:22 +0200
commit898ed4e8b4172a1dcf5b71a6228115a63e7dbfaf (patch)
tree144862e1c0991fddd3d1f3656b16e3430ced35c5
parentbe73a9349a754d66236ee4970242fb8948c037bf (diff)
downloadcontrib-898ed4e8b4172a1dcf5b71a6228115a63e7dbfaf.tar.gz
contrib-898ed4e8b4172a1dcf5b71a6228115a63e7dbfaf.tar.xz
contrib-898ed4e8b4172a1dcf5b71a6228115a63e7dbfaf.zip
cmd: Adding proper include to syslinux_run_command
-rw-r--r--com32/modules/cmd.c1
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)
{