aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/pacemaker/fix-headers.patch
diff options
context:
space:
mode:
Diffstat (limited to 'unmaintained/pacemaker/fix-headers.patch')
-rw-r--r--unmaintained/pacemaker/fix-headers.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/unmaintained/pacemaker/fix-headers.patch b/unmaintained/pacemaker/fix-headers.patch
new file mode 100644
index 0000000000..c343ecfcb5
--- /dev/null
+++ b/unmaintained/pacemaker/fix-headers.patch
@@ -0,0 +1,11 @@
+--- ./lib/cib/cib_remote.c.orig
++++ ./lib/cib/cib_remote.c
+@@ -53,7 +53,7 @@
+ #endif
+
+ #include <arpa/inet.h>
+-#ifndef ON_BSD
++#ifdef HAVE_SGTTY_H
+ # include <sgtty.h>
+ #endif
+