summaryrefslogtreecommitdiff
path: root/addr_hash.c
diff options
context:
space:
mode:
authorpdw <>2014-01-05 20:02:51 +0000
committerpdw <>2014-01-05 20:02:51 +0000
commit836733ba143c8dd4032934297460cccf46d3c018 (patch)
tree0cc3ff12a5abab6a62248ce6adcb1d5a365c6a5b /addr_hash.c
parenta7b8639fc91b95a36ccab85eac2c5e328695887f (diff)
downloadiftop-836733ba143c8dd4032934297460cccf46d3c018.zip
Fixes for a bunch of compiler warnings.
Diffstat (limited to 'addr_hash.c')
-rw-r--r--addr_hash.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/addr_hash.c b/addr_hash.c
index 70e5ff1..f5c002c 100644
--- a/addr_hash.c
+++ b/addr_hash.c
@@ -2,6 +2,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include "addr_hash.h"
#include "hash.h"
#include "iftop.h"