blob: dc3bd61cbe6a66b9141964ce49a0c3f1ecf998cd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- src/constants.c.orig Thu Jan 9 03:24:04 2003
+++ src/constants.c Thu Jan 9 03:26:25 2003
@@ -25,6 +25,7 @@
#endif
#ifdef HAVE_NETINET_TCP_H
+#include <sys/types.h>
#include <netinet/tcp.h>
#endif
|