projects
/
catagits/fcgi2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
396788f
)
Modified Files: fcgios.h
robs [Fri, 21 Dec 2001 02:55:33 +0000 (
02:55
+0000)]
include sys/types.h - it appeared to be needed somewhere along the way
include/fcgios.h
patch
|
blob
|
blame
|
history
diff --git
a/include/fcgios.h
b/include/fcgios.h
index
4e23085
..
de7c3c7
100755
(executable)
--- a/
include/fcgios.h
+++ b/
include/fcgios.h
@@
-30,6
+30,10
@@
#include <sys/time.h>
#endif
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+
#if defined (c_plusplus) || defined (__cplusplus)
extern "C" {
#endif