From 2cecfc451289c2df825715e4002342b3e5663104 Mon Sep 17 00:00:00 2001 From: Patrick Welche Date: Tue, 28 Oct 2014 15:31:58 +0000 Subject: [PATCH] build: include dbus-sysdeps-unix.h for _dbus_fd_set_close_on_exec Bug: https://bugs.freedesktop.org/show_bug.cgi?id=85563 --- bus/dir-watch-kqueue.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bus/dir-watch-kqueue.c b/bus/dir-watch-kqueue.c index c05a599..c1e8324 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 -- 2.1.2