Do not include a couple of missing files under linux.

This commit is contained in:
Peter Howkins
2012-03-22 16:00:56 +00:00
parent 1476da61f7
commit 1e3b674118

View File

@@ -43,8 +43,10 @@ static char rcs_id[] = "$XConsortium: TermPrimGetPty-svr4.c /main/1 1996/04/21 1
#include "TermPrimDebug.h"
#include "TermHeader.h"
#include <stropts.h>
#if !defined(linux)
#include <sys/conf.h>
#include <sys/stream.h>
#endif
#include <sys/termios.h>
#ifdef USE_STREAMS_BUFMOD
#include <sys/bufmod.h>