From: Patrick Welche Date: Tue, 28 Oct 2014 15:31:58 +0000 (+0000) Subject: build: include dbus-sysdeps-unix.h for _dbus_fd_set_close_on_exec X-Git-Tag: dbus-1.9.2~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a400f9ac25c16165a754546bf99314cc8d9d46db;p=thirdparty%2Fdbus.git 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 --- diff --git a/bus/dir-watch-kqueue.c b/bus/dir-watch-kqueue.c index c05a5997b..c1e832450 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