1
0
mirror of git://erdgeist.org/opentracker synced 2025-02-04 19:16:23 +00:00

give opentracker the missing header file

This commit is contained in:
erdgeist 2007-10-19 03:41:23 +00:00
parent f56e40c24e
commit 714ea1b88e

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>