summaryrefslogtreecommitdiff
path: root/bus/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'bus/main.c')
-rw-r--r--bus/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bus/main.c b/bus/main.c
index 9f1bf11c..13a37700 100644
--- a/bus/main.c
+++ b/bus/main.c
@@ -32,7 +32,9 @@
#ifdef HAVE_SIGNAL_H
#include <signal.h>
#endif
+#ifdef HAVE_UNISTD_H
#include <unistd.h>
+#endif
#ifdef HAVE_ERRNO_H
#include <errno.h>
#endif