1
0
Fork 0
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:
Martijn Dekker 2021-01-28 07:19:07 +00:00
parent 674a0c3559
commit ab6b483b17

View file

@ -14,7 +14,6 @@ lib grantpt,unlockpt,posix_openpt stdlib.h
lib cfmakeraw termios.h lib cfmakeraw termios.h
tst - output{ tst - output{
#include <sfio.h>
#include <fcntl.h> #include <fcntl.h>
#if _lib_ptsname #if _lib_ptsname
#include <stdlib.h> #include <stdlib.h>
@ -22,6 +21,7 @@ tst - output{
#include <unistd.h> #include <unistd.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <sfio.h>
int main() int main()
{ {
int i; int i;