aports/testing/pacemaker/fix-headers.patch

12 lines
180 B
Diff

--- ./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