summary refs log tree commit diff
path: root/pkgs/os-specific/linux/sysklogd/systemd.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/os-specific/linux/sysklogd/systemd.patch')
-rw-r--r--pkgs/os-specific/linux/sysklogd/systemd.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/sysklogd/systemd.patch b/pkgs/os-specific/linux/sysklogd/systemd.patch
index 0a7fb166bd7..a170f67cadb 100644
--- a/pkgs/os-specific/linux/sysklogd/systemd.patch
+++ b/pkgs/os-specific/linux/sysklogd/systemd.patch
@@ -71,9 +71,9 @@ diff -ruN -x '*~' sysklogd-1.5-old/sd-daemon.c sysklogd-1.5/sd-daemon.c
 +#include <sys/stat.h>
 +#include <sys/socket.h>
 +#include <sys/un.h>
-+#include <sys/fcntl.h>
 +#include <netinet/in.h>
 +#include <stdlib.h>
++#include <fcntl.h>
 +#include <errno.h>
 +#include <unistd.h>
 +#include <string.h>