X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2F_PDCLIB%2Ffilemode.c;h=c6066f899b13552edc46173bfbceb032b8e26e32;hb=16a6b78f67e29d31e82d5efa0b86ebf9d0c1897d;hp=454810626d74a616dc47a75380487a2976560033;hpb=04ff9a4a124eaa87d5d26d90077fb4ed15f3277f;p=pdclib 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).