From a400f9ac25c16165a754546bf99314cc8d9d46db Mon Sep 17 00:00:00 2001 From: Patrick Welche Date: Tue, 28 Oct 2014 15:31:58 +0000 Subject: build: include dbus-sysdeps-unix.h for _dbus_fd_set_close_on_exec Bug: https://bugs.freedesktop.org/show_bug.cgi?id=85563 Reviewed-by: Simon McVittie --- bus/dir-watch-kqueue.c | 1 + 1 file changed, 1 insertion(+) (limited to 'bus/dir-watch-kqueue.c') diff --git a/bus/dir-watch-kqueue.c b/bus/dir-watch-kqueue.c index c05a5997..c1e83245 100644 --- a/bus/dir-watch-kqueue.c +++ b/bus/dir-watch-kqueue.c @@ -38,6 +38,7 @@ #include #include +#include #include "dir-watch.h" #define MAX_DIRS_TO_WATCH 128 -- cgit v1.2.1