]> pd.if.org Git - pdclib.old/blobdiff - functions/_PDCLIB/filemode.c
PDCLIB-15 PDCLIB-16:
[pdclib.old] / functions / _PDCLIB / filemode.c
index 454810626d74a616dc47a75380487a2976560033..c6066f899b13552edc46173bfbceb032b8e26e32 100644 (file)
@@ -9,6 +9,7 @@
 #include <stddef.h>
 
 #ifndef REGTEST
+#include <_PDCLIB_io.h>
 /* Helper function that parses the C-style mode string passed to fopen() into
    the PDCLib flags FREAD, FWRITE, FAPPEND, FRW (read-write) and FBIN (binary
    mode).