Merge branch 'upstream-KWSys' into update-kwsys

* upstream-KWSys:
  KWSys 2016-09-29 (6cfcbede)
This commit is contained in:
Brad King 2016-09-29 10:56:37 -04:00
commit 6fe45e989d
1 changed files with 4 additions and 0 deletions

View File

@ -66,6 +66,10 @@
#include <sys/stat.h>
#include <time.h>
#if defined(_WIN32) && !defined(_MSC_VER) && defined(__GNUC__)
# include <strings.h> /* for strcasecmp */
#endif
#ifdef _MSC_VER
# define umask _umask // Note this is still umask on Borland
#endif