aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim StroĢˆmbergson <joachim@secworks.se>2015-04-17 13:57:18 +0200
committerJoachim StroĢˆmbergson <joachim@secworks.se>2015-04-17 13:57:18 +0200
commit74e8113c1efd6d4940dd7b36ed5a20e053d3848c (patch)
treedc9fa2f6f4a7f28efa35ce5ef0eb345398ef9cb3
parentfcc8230add75bd1603971c682381a6253cb0a2dd (diff)
Reversed removal of arpa/inet. I'm thick.
-rw-r--r--eim/sw/hash_eim.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/eim/sw/hash_eim.c b/eim/sw/hash_eim.c
index 42dedf2..2f1afb8 100644
--- a/eim/sw/hash_eim.c
+++ b/eim/sw/hash_eim.c
@@ -45,7 +45,9 @@
#include <time.h>
#include <sys/time.h>
#include <sys/ioctl.h>
+#include <arpa/inet.h>
#include <ctype.h>
+#include <stdint.h>
#include <assert.h>
#include "tc_eim.h"