give opentracker the missing header file

master
Dirk Engling 2007-10-19 03:41:23 +00:00
parent dd7c0a3cab
commit 8c3624ce9d
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/socket.h>
#include <sys/mman.h>
#include <arpa/inet.h>
#include <unistd.h>
#include <stdlib.h>