diff options
Diffstat (limited to 'src/H5.c')
-rw-r--r-- | src/H5.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -36,9 +36,11 @@ #endif /* We need this on Irix64 even though we've included stdio.h as documented */ +#ifdef FIXME_ON_IRIX_THEN #if !defined __MWERKS__ FILE *fdopen(int fd, const char *mode); #endif +#endif /* FIXME_ON_IRIX_THEN */ #define PABLO_MASK H5_mask |