Issue #28768: Fix implicit declaration of function _setmode. Patch by Masayuki Yamamoto

This commit is contained in:
Steve Dower 2016-12-28 15:41:53 -08:00
commit 280408bf1c
3 changed files with 9 additions and 0 deletions

View file

@ -9,6 +9,9 @@
#ifdef HAVE_SYS_STAT_H
#include <sys/stat.h>
#endif
#ifdef HAVE_IO_H
#include <io.h>
#endif
#ifdef HAVE_FCNTL_H
#include <fcntl.h>
#endif