From: Gisle Vanem Date: Mon, 2 Jan 2006 18:35:58 +0000 (+0000) Subject: Include before redefining ioctl(). X-Git-Tag: curl-7_15_2~94 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4dcb9302470ee1a12e476ad5705d9368c05c3153;p=thirdparty%2Fcurl.git Include before redefining ioctl(). --- diff --git a/lib/setup.h b/lib/setup.h index 4b2bb6c7c0..d5614199e7 100644 --- a/lib/setup.h +++ b/lib/setup.h @@ -230,6 +230,7 @@ typedef unsigned char bool; #else /* WIN32 */ #ifdef DJGPP +#include #define sclose(x) close_s(x) #define sread(x,y,z) read_s(x,y,z) #define swrite(x,y,z) write_s(x,y,z)