diff options
author | erdgeist <> | 2007-11-19 01:02:10 +0000 |
---|---|---|
committer | erdgeist <> | 2007-11-19 01:02:10 +0000 |
commit | 3528752c7b82d23b4cf9331a6df56e2cc8db9239 (patch) | |
tree | 8e71ba86bf95452697fe804cdc53271635140354 | |
parent | 8d5f2217852e709eb6125441b2d1055fe40ddfc8 (diff) |
Missing include for htonl()
-rw-r--r-- | ot_fullscrape.c | 1 |
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" |