diff options
author | erdgeist <> | 2007-10-19 03:41:23 +0000 |
---|---|---|
committer | erdgeist <> | 2007-10-19 03:41:23 +0000 |
commit | 714ea1b88ea4f35968e7b6c909dfa0139a20e872 (patch) | |
tree | 8f39ed6d6ad99431a33276d5a71c81b72004ed94 | |
parent | f56e40c24ee299d9246af0903375590b63f13327 (diff) |
give opentracker the missing header file
-rw-r--r-- | opentracker.c | 1 |
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> |