summaryrefslogtreecommitdiffstats
path: root/Modules/socketmodule.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/socketmodule.c')
-rw-r--r--Modules/socketmodule.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/socketmodule.c b/Modules/socketmodule.c
index 9798dea..a6f4664 100644
--- a/Modules/socketmodule.c
+++ b/Modules/socketmodule.c
@@ -163,6 +163,7 @@ int shutdown( int, int );
#include <netdb.h>
#include <sys/socket.h>
#include <netinet/in.h>
+#include <netinet/tcp.h>
/* Headers needed for inet_ntoa() and inet_addr() */
#ifdef __BEOS__