]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
build: include dbus-sysdeps-unix.h for _dbus_fd_set_close_on_exec
authorPatrick Welche <prlw1@cam.ac.uk>
Tue, 28 Oct 2014 15:31:58 +0000 (15:31 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 28 Oct 2014 17:10:52 +0000 (17:10 +0000)
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=85563
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
bus/dir-watch-kqueue.c

index c05a5997b269da0b2e098b659f670379141703bb..c1e832450ceda4c61bec7ca2ba5376bf9a5fe62d 100644 (file)
@@ -38,6 +38,7 @@
 
 #include <dbus/dbus-internals.h>
 #include <dbus/dbus-list.h>
+#include <dbus/dbus-sysdeps-unix.h>
 #include "dir-watch.h"
 
 #define MAX_DIRS_TO_WATCH 128