From ccb83fac7a8acbbcc209baca4aeb1170491b04ba Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Fri, 21 Feb 2014 04:02:27 +0100 Subject: [PATCH] systemd: fix build with older kernel(headers) Signed-off-by: Stephan Raue --- .../sysutils/systemd/patches/systemd-socket.h.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 packages/sysutils/systemd/patches/systemd-socket.h.patch diff --git a/packages/sysutils/systemd/patches/systemd-socket.h.patch b/packages/sysutils/systemd/patches/systemd-socket.h.patch new file mode 100644 index 0000000000..b416366c5e --- /dev/null +++ b/packages/sysutils/systemd/patches/systemd-socket.h.patch @@ -0,0 +1,11 @@ +diff -Naur systemd-209/src/shared/missing.h systemd-209.patch/src/shared/missing.h +--- systemd-209/src/shared/missing.h 2014-02-19 16:23:43.000000000 +0100 ++++ systemd-209.patch/src/shared/missing.h 2014-02-21 03:45:26.766549911 +0100 +@@ -30,6 +30,7 @@ + #include + #include + #include ++#include + #include + + #ifdef HAVE_AUDIT