cmd: Adding proper include to syslinux_run_command
authorErwan Velu <erwanaliasr1@gmail.com>
Wed, 12 May 2010 19:12:34 +0000 (21:12 +0200)
committerH. Peter Anvin <hpa@linux.intel.com>
Wed, 12 May 2010 21:57:03 +0000 (14:57 -0700)
com32/modules/cmd.c

index c614552..5d3f891 100644 (file)
@@ -17,6 +17,7 @@
  */
 
 #include <com32.h>
+#include <syslinux/boot.h>
 
 int main(void)
 {