1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-13 11:42:21 +00:00

Don't include a couple of non-existant svr4 files on linux.

This commit is contained in:
Peter Howkins 2012-03-20 20:50:16 +00:00
parent 1476da61f7
commit 43a91fa718

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>