X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fpty.in.h;h=48d942e36484be2afb2b426830e7d287f41a8a21;hb=968e74c2c0e0e74869e210e093f0aa9265b1e5b5;hp=98106bb1d584d8d00710a1860a3e9d280b2d0dd4;hpb=40aa4775a4319d3a3e5a571e6c28feb1d8566adc;p=pspp diff --git a/lib/pty.in.h b/lib/pty.in.h index 98106bb1d5..48d942e364 100644 --- a/lib/pty.in.h +++ b/lib/pty.in.h @@ -15,11 +15,12 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +#ifndef _GL_PTY_H + #if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@ #endif - -#ifndef _GL_PTY_H +@PRAGMA_COLUMNS@ /* The include_next requires a split double-inclusion guard. */ #if @HAVE_PTY_H@ @@ -34,6 +35,8 @@ # include #endif #if @HAVE_LIBUTIL_H@ +/* is a prerequisite of on FreeBSD 8.0. */ +# include # include #endif