mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
features/pty: restore build on AIX by reordering #includes
This commit is contained in:
parent
674a0c3559
commit
ab6b483b17
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,6 @@ lib grantpt,unlockpt,posix_openpt stdlib.h
|
|||
lib cfmakeraw termios.h
|
||||
|
||||
tst - output{
|
||||
#include <sfio.h>
|
||||
#include <fcntl.h>
|
||||
#if _lib_ptsname
|
||||
#include <stdlib.h>
|
||||
|
@ -22,6 +21,7 @@ tst - output{
|
|||
#include <unistd.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sfio.h>
|
||||
int main()
|
||||
{
|
||||
int i;
|
||||
|
|
Loading…
Reference in a new issue