Avoid line length limitation from HP NonStop system header files.
[pspp] / lib / pty.in.h
index af98dfe2ae0048bbec8f2441dfedda75ff568d2c..48d942e36484be2afb2b426830e7d287f41a8a21 100644 (file)
@@ -20,6 +20,7 @@
 #if __GNUC__ >= 3
 @PRAGMA_SYSTEM_HEADER@
 #endif
+@PRAGMA_COLUMNS@
 
 /* The include_next requires a split double-inclusion guard.  */
 #if @HAVE_PTY_H@
@@ -34,6 +35,8 @@
 # include <util.h>
 #endif
 #if @HAVE_LIBUTIL_H@
+/* <sys/types.h> is a prerequisite of <libutil.h> on FreeBSD 8.0.  */
+# include <sys/types.h>
 # include <libutil.h>
 #endif