summaryrefslogtreecommitdiff
path: root/opentracker.c
diff options
context:
space:
mode:
Diffstat (limited to 'opentracker.c')
-rw-r--r--opentracker.c1
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>