]> pd.if.org Git - pdclib.old/blobdiff - functions/stdio/tmpnam.c
Minimize the amount of internal definitions which get exposed via the user-visible...
[pdclib.old] / functions / stdio / tmpnam.c
index a9f5385c1e0723e45eba248a1e44091a14a3553c..270109d91fdf710d87e36bce4658d718908e1d39 100644 (file)
@@ -11,7 +11,7 @@
 #ifndef REGTEST
 
 #include <string.h>
-#include <_PDCLIB_glue.h>
+#include <_PDCLIB_io.h>
 
 char * tmpnam( char * s )
 {