summaryrefslogtreecommitdiffstats
path: root/osdep-darwin.c
diff options
context:
space:
mode:
Diffstat (limited to 'osdep-darwin.c')
-rw-r--r--osdep-darwin.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/osdep-darwin.c b/osdep-darwin.c
index 6b2b1d72..a2b125ad 100644
--- a/osdep-darwin.c
+++ b/osdep-darwin.c
@@ -20,12 +20,13 @@
#include <sys/sysctl.h>
#include <Availability.h>
-#include <event.h>
#include <libproc.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
+#include "compat.h"
+
char *osdep_get_name(int, char *);
char *osdep_get_cwd(int);
struct event_base *osdep_event_init(void);