File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -210,6 +210,7 @@ CHECK_INCLUDE_FILE(unistd.h HAVE_UNISTD_H)
210210CHECK_INCLUDE_FILE (dirent.h HAVE_DIRENT_H )
211211CHECK_INCLUDE_FILE (stdbool.h HAVE_STDBOOL_H )
212212CHECK_INCLUDE_FILE (process.h HAVE_PROCESS_H )
213+ CHECK_INCLUDE_FILE (io.h HAVE_IO_H )
213214
214215CHECK_FUNCTION_EXISTS (abs HAVE_ABS )
215216CHECK_FUNCTION_EXISTS (memcpy HAVE_MEMCPY )
Original file line number Diff line number Diff line change 1111#cmakedefine HAVE_DIRENT_H 1
1212#cmakedefine HAVE_STDBOOL_H 1
1313#cmakedefine HAVE_PROCESS_H 1
14+ #cmakedefine HAVE_IO_H 1
1415
1516#cmakedefine HAVE_ABS 1
1617#cmakedefine HAVE_MEMCPY 1
Original file line number Diff line number Diff line change 1212#else
1313# include <scl_stdbool.h>
1414#endif
15+ #ifdef HAVE_IO_H
16+ # include <io.h>
17+ #endif
1518
1619#ifdef __STDC__
1720#include <stdarg.h>
You can’t perform that action at this time.
0 commit comments