WIN32 and CYGWIN fixes.
This commit is contained in:
3
C/sysbits.c
Normal file → Executable file
3
C/sysbits.c
Normal file → Executable file
@@ -81,7 +81,8 @@ static char SccsId[] = "%W% %G%";
|
||||
#include <sys/param.h>
|
||||
#endif
|
||||
#endif
|
||||
#if HAVE_FENV_H
|
||||
/* CYGWIN seems to include this automatically */
|
||||
#if HAVE_FENV_H && !defined(__CYGWIN__)
|
||||
#include <fenv.h>
|
||||
#endif
|
||||
#if HAVE_READLINE_READLINE_H
|
||||
|
Reference in New Issue
Block a user