From a52a8e0ff29391d54cc4316a09e9c18f654f4719 Mon Sep 17 00:00:00 2001 From: Erwan Velu Date: Wed, 12 May 2010 21:12:34 +0200 Subject: [PATCH] cmd: Adding proper include to syslinux_run_command --- com32/modules/cmd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/com32/modules/cmd.c b/com32/modules/cmd.c index c614552..5d3f891 100644 --- a/com32/modules/cmd.c +++ b/com32/modules/cmd.c @@ -17,6 +17,7 @@ */ #include +#include int main(void) { -- 2.7.4