Fix to include system header files for using functions

This commit is contained in:
OBATA Akio
2021-10-04 17:30:46 +09:00
parent ed90eb7f45
commit 16fe76ed65
24 changed files with 25 additions and 5 deletions

View File

@@ -46,11 +46,8 @@
#include "TermPrimBufferP.h"
#include <Xm/DropSMgr.h>
#include <Xm/DropTrans.h>
#if defined(OPENBSD_ARCHITECTURE)
#include <ctype.h>
#include <wctype.h>
#endif
/* This is for Sun's two button mouse */

View File

@@ -65,7 +65,7 @@
#include <sys/stat.h>
#endif /* USE_TIOCCONS */
#if defined(LINUX_ARCHITECTURE) || defined(OPENBSD_ARCHITECTURE)
#if defined(LINUX_ARCHITECTURE) || defined(CSRG_BASED)
#include <sys/ioctl.h>
#endif /* LINUX_ARCHITECTURE */