Browse Source

give opentracker the missing header file

dynamic-accesslists
erdgeist 17 years ago
parent
commit
714ea1b88e
  1. 1
      opentracker.c

1
opentracker.c

@ -18,6 +18,7 @@ @@ -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>

Loading…
Cancel
Save