Browse Source

Missing header file

dynamic-accesslists
erdgeist 18 years ago
parent
commit
e471e2c20b
  1. 1
      opentracker.c

1
opentracker.c

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

Loading…
Cancel
Save