diff options
Diffstat (limited to 'ext/POSIX')
-rw-r--r-- | ext/POSIX/POSIX.xs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/POSIX/POSIX.xs b/ext/POSIX/POSIX.xs index d962541353..7c375eb9f5 100644 --- a/ext/POSIX/POSIX.xs +++ b/ext/POSIX/POSIX.xs @@ -35,8 +35,10 @@ #include <float.h> #endif #ifdef I_FENV +#if !(defined(__vax__) && defined(__NetBSD__)) #include <fenv.h> #endif +#endif #ifdef I_LIMITS #include <limits.h> #endif |