1
0
mirror of git://erdgeist.org/opentracker synced 2025-01-13 08:20:06 +00:00

Fixed ntohl include

This commit is contained in:
erdgeist 2007-11-06 12:04:05 +00:00
parent bbbaa0e09d
commit 5cca3fe20a

View File

@ -3,6 +3,7 @@
/* System */
#include <stdlib.h>
#include <arpa/inet.h>
#include <sys/types.h>
#include <sys/mman.h>
#include <stdio.h>