diff options
-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" |