summaryrefslogtreecommitdiff
path: root/libhfcommon
diff options
context:
space:
mode:
authorRobert Swiecki <robert@swiecki.net>2019-02-09 05:49:20 +0100
committerRobert Swiecki <robert@swiecki.net>2019-02-09 05:49:20 +0100
commit0f51c8cf4d41b25e712af683e456e93d96cdac13 (patch)
tree1023d5ff19a6b3a6abdc8ffd26bcc56d7650f8fe /libhfcommon
parentac7a27fc1eb6900c3571e5ad5754a61df60aaa32 (diff)
downloadhonggfuzz-0f51c8cf4d41b25e712af683e456e93d96cdac13.tar.gz
libhfcommon: missing includes for *bsd
Diffstat (limited to 'libhfcommon')
-rw-r--r--libhfcommon/files.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libhfcommon/files.c b/libhfcommon/files.c
index a6b946a0..13637124 100644
--- a/libhfcommon/files.c
+++ b/libhfcommon/files.c
@@ -29,6 +29,8 @@
#include <fcntl.h>
#include <inttypes.h>
#include <limits.h>
+#include <netinet/in.h>
+#include <netinet/ip.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>