diff options
author | erdgeist <> | 2006-12-16 16:14:34 +0000 |
---|---|---|
committer | erdgeist <> | 2006-12-16 16:14:34 +0000 |
commit | e471e2c20bc3aa2fecaac2f4cd1b9a4be89413f5 (patch) | |
tree | 5356cd3aff5e0ad9ddc84a6f3acdb0116dad6e7a /opentracker.c | |
parent | d73b83d0f76a5ddb831ac969eb5914befbc6d2e7 (diff) |
Missing header file
Diffstat (limited to 'opentracker.c')
-rw-r--r-- | opentracker.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opentracker.c b/opentracker.c index 0cd053b..560e9a1 100644 --- a/opentracker.c +++ b/opentracker.c | |||
@@ -10,6 +10,7 @@ | |||
10 | #include <string.h> | 10 | #include <string.h> |
11 | #include <sys/types.h> | 11 | #include <sys/types.h> |
12 | #include <sys/stat.h> | 12 | #include <sys/stat.h> |
13 | #include <sys/socket.h> | ||
13 | #include <arpa/inet.h> | 14 | #include <arpa/inet.h> |
14 | #include <unistd.h> | 15 | #include <unistd.h> |
15 | #include <stdlib.h> | 16 | #include <stdlib.h> |