diff options
Diffstat (limited to 'testing/pacemaker/fix-headers.patch')
-rw-r--r-- | testing/pacemaker/fix-headers.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/pacemaker/fix-headers.patch b/testing/pacemaker/fix-headers.patch new file mode 100644 index 0000000000..c343ecfcb5 --- /dev/null +++ b/testing/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 + |