blob: c343ecfcb568f413c35a11cdca9f8821670dbeee (
plain)
1
2
3
4
5
6
7
8
9
10
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
|