summaryrefslogtreecommitdiff
path: root/netsniff-ng.c
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-06-04 11:42:01 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-06-04 11:42:19 +0200
commit7bd73747fff54cf51642dbbf042c621e59a2c005 (patch)
tree562676064b6eb20b25e6e1fb422d08d54b82e82f /netsniff-ng.c
parent57968a8ab19b45b5d128656f6bed2581aee2ef22 (diff)
timer: add time management functions
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'netsniff-ng.c')
-rw-r--r--netsniff-ng.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/netsniff-ng.c b/netsniff-ng.c
index 65875d8..ed488aa 100644
--- a/netsniff-ng.c
+++ b/netsniff-ng.c
@@ -42,6 +42,7 @@
#include "geoip.h"
#include "lockme.h"
#include "tprintf.h"
+#include "timer.h"
#include "dissector.h"
#include "xmalloc.h"