summaryrefslogtreecommitdiff
path: root/ot_fullscrape.c
diff options
context:
space:
mode:
authorerdgeist <>2007-11-19 01:02:10 +0000
committererdgeist <>2007-11-19 01:02:10 +0000
commit3528752c7b82d23b4cf9331a6df56e2cc8db9239 (patch)
tree8e71ba86bf95452697fe804cdc53271635140354 /ot_fullscrape.c
parent8d5f2217852e709eb6125441b2d1055fe40ddfc8 (diff)
Missing include for htonl()
Diffstat (limited to 'ot_fullscrape.c')
-rw-r--r--ot_fullscrape.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ot_fullscrape.c b/ot_fullscrape.c
index 25d6bd5..6f898c4 100644
--- a/ot_fullscrape.c
+++ b/ot_fullscrape.c
@@ -6,6 +6,7 @@
6#include <stdio.h> 6#include <stdio.h>
7#include <string.h> 7#include <string.h>
8#include <pthread.h> 8#include <pthread.h>
9#include <arpa/inet.h>
9 10
10/* Libowfat */ 11/* Libowfat */
11#include "textcode.h" 12#include "textcode.h"