summaryrefslogtreecommitdiff
path: root/opentracker.c
diff options
context:
space:
mode:
authorerdgeist <>2007-10-19 03:41:23 +0000
committererdgeist <>2007-10-19 03:41:23 +0000
commit714ea1b88ea4f35968e7b6c909dfa0139a20e872 (patch)
tree8f39ed6d6ad99431a33276d5a71c81b72004ed94 /opentracker.c
parentf56e40c24ee299d9246af0903375590b63f13327 (diff)
give opentracker the missing header file
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 c547007..caa1312 100644
--- a/opentracker.c
+++ b/opentracker.c
@@ -18,6 +18,7 @@
18#include <sys/types.h> 18#include <sys/types.h>
19#include <sys/stat.h> 19#include <sys/stat.h>
20#include <sys/socket.h> 20#include <sys/socket.h>
21#include <sys/mman.h>
21#include <arpa/inet.h> 22#include <arpa/inet.h>
22#include <unistd.h> 23#include <unistd.h>
23#include <stdlib.h> 24#include <stdlib.h>