]> pd.if.org Git - pdclib/blobdiff - functions/stdio/tmpnam.c
Missing declarations / definitions added to stdlib.h.
[pdclib] / functions / stdio / tmpnam.c
index a9f5385c1e0723e45eba248a1e44091a14a3553c..4499fd4ed0fb3f31f45010c66869a94c4a460e5d 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* tmpnam( char * )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -11,7 +9,7 @@
 #ifndef REGTEST
 
 #include <string.h>
-#include <_PDCLIB_glue.h>
+#include <_PDCLIB_io.h>
 
 char * tmpnam( char * s )
 {