X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2F_PDCLIB%2Ffilemode.c;h=c6066f899b13552edc46173bfbceb032b8e26e32;hp=454810626d74a616dc47a75380487a2976560033;hb=026148e2e90368c0b23192f506e15aa6197105aa;hpb=e70d680319ea23460b891e14259f2f6b3a568291 diff --git a/functions/_PDCLIB/filemode.c b/functions/_PDCLIB/filemode.c index 4548106..c6066f8 100644 --- a/functions/_PDCLIB/filemode.c +++ b/functions/_PDCLIB/filemode.c @@ -9,6 +9,7 @@ #include #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).