X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdio%2Ftmpnam.c;h=270109d91fdf710d87e36bce4658d718908e1d39;hb=HEAD;hp=a9f5385c1e0723e45eba248a1e44091a14a3553c;hpb=251788c85afb1a268ba4248fea1909e8afc46a45;p=pdclib.old diff --git a/functions/stdio/tmpnam.c b/functions/stdio/tmpnam.c index a9f5385..270109d 100644 --- a/functions/stdio/tmpnam.c +++ b/functions/stdio/tmpnam.c @@ -11,7 +11,7 @@ #ifndef REGTEST #include -#include <_PDCLIB_glue.h> +#include <_PDCLIB_io.h> char * tmpnam( char * s ) {