used AC_USE_SYSTEM_EXTENTIONS() in configure.ac

This commit is contained in:
2023-01-29 02:49:20 +09:00
parent d3fdb4bed4
commit 0fc50261bc
4 changed files with 1360 additions and 1326 deletions

View File

@@ -25,15 +25,15 @@
#include <hio-pty.h>
#include "hio-prv.h"
#include <stdlib.h>
#include <fcntl.h>
#include <unistd.h>
#include <errno.h>
#include <sys/wait.h>
#include <sys/uio.h>
#include <sys/ioctl.h>
#include <stdlib.h>
#include <fcntl.h>
#include <signal.h>
#include <stdlib.h>
#if defined(HAVE_PTY_H)
# include <pty.h>