]> git.ipfire.org Git - thirdparty/opentracker.git/commitdiff
Fixed ntohl include
authorerdgeist <>
Tue, 6 Nov 2007 12:04:05 +0000 (12:04 +0000)
committererdgeist <>
Tue, 6 Nov 2007 12:04:05 +0000 (12:04 +0000)
ot_stats.c

index 93cbd39f6bd28666a123546dfec67b5898f91ef9..a1c85af6c15151557eabcf704da07ed43d9d4ae3 100644 (file)
@@ -3,6 +3,7 @@
 
 /* System */
 #include <stdlib.h>
+#include <arpa/inet.h>
 #include <sys/types.h>
 #include <sys/mman.h>
 #include <stdio.h>