summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerdgeist <>2007-12-03 01:21:34 +0000
committererdgeist <>2007-12-03 01:21:34 +0000
commit828831bbb6111144a8b7ebc00caf376a3855d026 (patch)
tree7db3019e753b10589204a8b2d9e4edd566244359
parentf6d1a67966f22f330f22bd7f2d9df630eb628bd1 (diff)
Dont need arpa/inet
-rw-r--r--opentracker.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/opentracker.c b/opentracker.c
index cd6205c..df6f0c3 100644
--- a/opentracker.c
+++ b/opentracker.c
@@ -7,7 +7,6 @@
7#include <string.h> 7#include <string.h>
8#include <sys/types.h> 8#include <sys/types.h>
9#include <sys/socket.h> 9#include <sys/socket.h>
10//#include <arpa/inet.h>
11#include <unistd.h> 10#include <unistd.h>
12#include <stdlib.h> 11#include <stdlib.h>
13#include <errno.h> 12#include <errno.h>