[Cryptech-Commits] [core/platform/novena] 01/01: Reversed removal of arpa/inet. I'm thick.
git at cryptech.is
git at cryptech.is
Fri Apr 17 11:57:26 UTC 2015
This is an automated email from the git hooks/post-receive script.
joachim at secworks.se pushed a commit to branch master
in repository core/platform/novena.
commit 74e8113c1efd6d4940dd7b36ed5a20e053d3848c
Author: Joachim Strömbergson <joachim at secworks.se>
Date: Fri Apr 17 13:57:18 2015 +0200
Reversed removal of arpa/inet. I'm thick.
---
eim/sw/hash_eim.c | 2 ++
1 file changed, 2 insertions(+)
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"
More information about the Commits
mailing list