Revision: 14566
Author: adrian.chadd
Date: Sat Apr 10 17:54:53 2010
Log: Issue #94 - fix include method so things compile right under native win32.

http://code.google.com/p/lusca-cache/source/detail?r=14566

Modified:
 /branches/LUSCA_HEAD/libiapp/comm_select_win32.c

=======================================
--- /branches/LUSCA_HEAD/libiapp/comm_select_win32.c Wed Mar 24 08:25:09 2010 +++ /branches/LUSCA_HEAD/libiapp/comm_select_win32.c Sat Apr 10 17:54:53 2010
@@ -37,10 +37,16 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
+#if HAVE_STRING_H
 #include <string.h>
+#endif
 #include <math.h>
+#if HAVE_FCNTL_H
 #include <fcntl.h>
+#endif
+#if HAVE_ERR_H
 #include <err.h>
+#endif
 #if HAVE_ERRNO_H
 #include <errno.h>
 #endif

--
You received this message because you are subscribed to the Google Groups 
"lusca-commit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/lusca-commit?hl=en.

Reply via email to