From 603280cb286350c628ac2dfc06d5b8de135aa2af Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sun, 17 Jan 2021 17:52:10 +0000 Subject: +compat.h --- osdep-darwin.c | 2 ++ 1 file changed, 2 insertions(+) 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); -- cgit v1.2.3