2010-02-09 08:05:42 +01:00
|
|
|
--- screen.c
|
|
|
|
+++ screen.c
|
2010-01-27 07:39:00 +01:00
|
|
|
@@ -50,7 +50,7 @@
|
|
|
|
|
|
|
|
#include "config.h"
|
|
|
|
|
|
|
|
-#ifdef SVR4
|
2010-02-09 08:05:42 +01:00
|
|
|
+#if defined(SVR4) && !defined(__FreeBSD__)
|
2010-01-27 07:39:00 +01:00
|
|
|
# include <sys/stropts.h>
|
|
|
|
#endif
|
|
|
|
|