X-Git-Url: https://pd.if.org/git/?p=pdclib.old;a=blobdiff_plain;f=functions%2Fstdio%2Ftmpnam.c;h=270109d91fdf710d87e36bce4658d718908e1d39;hp=a9f5385c1e0723e45eba248a1e44091a14a3553c;hb=0e35e82c5e9a0804864839e8fc0e985b1ae41f07;hpb=4fe88a1c445105a96d08b808831d6fc7480a211d 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 ) {