diff --git a/osdep-darwin.c b/osdep-darwin.c index 85e5470b..a2b125ad 100644 --- a/osdep-darwin.c +++ b/osdep-darwin.c @@ -25,6 +25,8 @@ #include #include +#include "compat.h" + char *osdep_get_name(int, char *); char *osdep_get_cwd(int); struct event_base *osdep_event_init(void);