summaryrefslogtreecommitdiff
path: root/lib/common/WaitForEvent.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/common/WaitForEvent.h')
-rw-r--r--lib/common/WaitForEvent.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/common/WaitForEvent.h b/lib/common/WaitForEvent.h
index 52a073e9..9febf5d4 100644
--- a/lib/common/WaitForEvent.h
+++ b/lib/common/WaitForEvent.h
@@ -10,6 +10,8 @@
#ifndef WAITFOREVENT__H
#define WAITFOREVENT__H
+#include <stdlib.h>
+
#ifdef HAVE_KQUEUE
#include <sys/event.h>
#include <sys/time.h>