summaryrefslogtreecommitdiffstats
path: root/lib/tevent/tevent.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-01-05 22:10:25 +0100
committerVolker Lendecke <vl@samba.org>2009-01-05 22:10:25 +0100
commit6572eff1835036ceed805b33fb1bb53c8404b7b7 (patch)
tree6497e0f994c435bf6175284d905bb78c250cde9a /lib/tevent/tevent.h
parent37e6849d451c4f49c6a0c96a78a5ef81baab83d4 (diff)
downloadsamba-6572eff1835036ceed805b33fb1bb53c8404b7b7.tar.gz
samba-6572eff1835036ceed805b33fb1bb53c8404b7b7.tar.xz
samba-6572eff1835036ceed805b33fb1bb53c8404b7b7.zip
Attempt to fix the build on netbsd5
Diffstat (limited to 'lib/tevent/tevent.h')
-rw-r--r--lib/tevent/tevent.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tevent/tevent.h b/lib/tevent/tevent.h
index 98d31aa7c4c..de02c0052f2 100644
--- a/lib/tevent/tevent.h
+++ b/lib/tevent/tevent.h
@@ -24,6 +24,7 @@
#include <stdint.h>
#include <talloc.h>
+#include <sys/time.h>
struct tevent_context;
struct tevent_ops;