]> git.gag.com Git - fw/sdcc/commitdiff
include <sys/types.h> to define fd_set automated build
authorbernhardheld <bernhardheld@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 30 Aug 2001 10:29:15 +0000 (10:29 +0000)
committerbernhardheld <bernhardheld@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 30 Aug 2001 10:29:15 +0000 (10:29 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1188 4a8a32a2-be11-0410-ad9d-d568d2c75423

sim/ucsim/cmd.src/newcmdcl.h

index 8cc9137980114dbfbbd36a436de4604c69916f45..5d8fd47f17b221b784e7f77ea2e397079c6cca23 100644 (file)
@@ -32,6 +32,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 #include "ddconfig.h"
 
 #include <stdio.h>
+#include <sys/types.h> // to define fd_set
 #if FD_HEADER_OK
 # include HEADER_FD
 #endif