diff options
author | erdgeist <> | 2006-12-15 23:29:38 +0000 |
---|---|---|
committer | erdgeist <> | 2006-12-15 23:29:38 +0000 |
commit | fcf615779d269c34b121ff0fe30dd9ae45e07635 (patch) | |
tree | fe15efd4b24f2ff7c8067b3a494a4c11bd103998 /opentracker.c | |
parent | 82b4df67514f258976152031fce44b9dfe249435 (diff) |
fix include
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 b20a4dc..5bd27b0 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 <arpa/inet.h> | ||
13 | #include <unistd.h> | 14 | #include <unistd.h> |
14 | #include <stdlib.h> | 15 | #include <stdlib.h> |
15 | #include <errno.h> | 16 | #include <errno.h> |