]> git.ipfire.org Git - thirdparty/opentracker.git/commitdiff
Missing include for htonl()
authorerdgeist <>
Mon, 19 Nov 2007 01:02:10 +0000 (01:02 +0000)
committererdgeist <>
Mon, 19 Nov 2007 01:02:10 +0000 (01:02 +0000)
ot_fullscrape.c

index 25d6bd587ac3865cffebd8e86e81c5fd6475787a..6f898c4f0aeebfe363009400b68021030266bfb1 100644 (file)
@@ -6,6 +6,7 @@
 #include <stdio.h>
 #include <string.h>
 #include <pthread.h>
+#include <arpa/inet.h>
 
 /* Libowfat */
 #include "textcode.h"