summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--systemd/3rdparty/sd-daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/3rdparty/sd-daemon.c b/systemd/3rdparty/sd-daemon.c
index 88936d2..de3f985 100644
--- a/systemd/3rdparty/sd-daemon.c
+++ b/systemd/3rdparty/sd-daemon.c
@@ -35,7 +35,7 @@
#ifdef __BIONIC__
#include <linux/fcntl.h>
#else
-#include <sys/fcntl.h>
+#include <fcntl.h>
#endif
#include <netinet/in.h>
#include <stdlib.h>