summaryrefslogtreecommitdiff
path: root/com32/modules/cmd.c
diff options
context:
space:
mode:
authorErwan Velu <erwanaliasr1@gmail.com>2010-05-12 21:12:34 +0200
committerH. Peter Anvin <hpa@linux.intel.com>2010-05-12 14:57:03 -0700
commita52a8e0ff29391d54cc4316a09e9c18f654f4719 (patch)
tree144862e1c0991fddd3d1f3656b16e3430ced35c5 /com32/modules/cmd.c
parent9d193b67979bae7feaf62186f8dc6d989c085ba6 (diff)
downloadsyslinux-a52a8e0ff29391d54cc4316a09e9c18f654f4719.tar.gz
cmd: Adding proper include to syslinux_run_command
Diffstat (limited to 'com32/modules/cmd.c')
-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)
{