summaryrefslogtreecommitdiffstats
path: root/include/alarm.h
diff options
context:
space:
mode:
author/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org </C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org>2008-01-17 17:36:32 +0000
committer/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org </C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org>2008-01-17 17:36:32 +0000
commit001805d9998229534264758432c06295614f8e2a (patch)
tree03a09d8acb26a72161ad05a35866931eeca2021a /include/alarm.h
parentbdbacf04ce2e2d7ddfc7027d08e1290e7d3dc788 (diff)
Max Kellermann <max@duempel.org>:
import only required C headers and put local headers on top to check
Diffstat (limited to 'include/alarm.h')
-rw-r--r--include/alarm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/alarm.h b/include/alarm.h
index 338968a..532084a 100644
--- a/include/alarm.h
+++ b/include/alarm.h
@@ -3,6 +3,8 @@
#include "linux_list.h"
+#include <sys/time.h>
+
struct alarm_list {
struct list_head head;
struct timeval tv;