diff options
-rw-r--r-- | lib/tevent/tevent.h | 1 |
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; |