]> git.ipfire.org Git - thirdparty/opentracker.git/commitdiff
Missing header file
authorerdgeist <>
Sat, 16 Dec 2006 16:14:34 +0000 (16:14 +0000)
committererdgeist <>
Sat, 16 Dec 2006 16:14:34 +0000 (16:14 +0000)
opentracker.c

index 0cd053b7ce8807ca545c2ea3e4e2d7bf60b9687c..560e9a1583c982b3d37af14e392cbe867c447507 100644 (file)
@@ -10,6 +10,7 @@
 #include <string.h>
 #include <sys/types.h>
 #include <sys/stat.h>
+#include <sys/socket.h>
 #include <arpa/inet.h>
 #include <unistd.h>
 #include <stdlib.h>