From 731d90fe8ef12762ce352d1c0c66088495933836 Mon Sep 17 00:00:00 2001 From: Gene Cumm Date: Fri, 2 Jul 2010 20:59:24 -0400 Subject: [PATCH] rosh: move ioctl.h include for Linux-only --- com32/rosh/rosh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com32/rosh/rosh.h b/com32/rosh/rosh.h index bb768fc..135087b 100644 --- a/com32/rosh/rosh.h +++ b/com32/rosh/rosh.h @@ -43,7 +43,6 @@ #include #include /* console_ansi_raw() console_ansi_std() */ -#include #ifdef DO_DEBUG # define ROSH_DEBUG printf @@ -93,6 +92,7 @@ int stat(const char *pathname, struct stat *buf) #else # include +# include # define ROSH_IS_COM32 0 static inline char *syslinux_config_file(void) -- 2.7.4