summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Welche <prlw1@cam.ac.uk>2014-10-28 15:31:58 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-10-28 17:10:52 +0000
commita400f9ac25c16165a754546bf99314cc8d9d46db (patch)
tree2bea535ef158f749ca1bfe98702975a7de09fddb
parent66b15d177967fe8da5a830a4d6b3cb301df1d164 (diff)
downloaddbus-a400f9ac25c16165a754546bf99314cc8d9d46db.tar.gz
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 <simon.mcvittie@collabora.co.uk>
-rw-r--r--bus/dir-watch-kqueue.c1
1 files changed, 1 insertions, 0 deletions
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 <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