diff options
author | denis <> | 2008-09-17 02:49:23 +0000 |
---|---|---|
committer | denis <> | 2008-09-17 02:49:23 +0000 |
commit | b637fdcdf366ec3b09f3ec482e5fc0308b45c394 (patch) | |
tree | d03409412508680bed84778200ecceb681bf8412 | |
parent | a16b067e609d072b12963fb93143e8672e48f4bb (diff) |
add missing include on linux
-rw-r--r-- | opentracker.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opentracker.c b/opentracker.c index 21b3d87..fda914a 100644 --- a/opentracker.c +++ b/opentracker.c | |||
@@ -14,6 +14,7 @@ | |||
14 | #include <signal.h> | 14 | #include <signal.h> |
15 | #include <stdio.h> | 15 | #include <stdio.h> |
16 | #include <pwd.h> | 16 | #include <pwd.h> |
17 | #include <arpa/inet.h> | ||
17 | 18 | ||
18 | /* Libowfat */ | 19 | /* Libowfat */ |
19 | #include "socket.h" | 20 | #include "socket.h" |