mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-13 19:52:20 +00:00
Don't include a couple of non-existant svr4 files on linux.
This commit is contained in:
parent
1476da61f7
commit
43a91fa718
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue