X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdio%2Ftmpnam.c;h=6b444cea2877f2f6c49b80f8a6148098413b4f73;hb=d7154dc8cd1b7d41d0d956b7310e59d794f1a59f;hp=06274951300ba962a80decff6e3d009ea69b1166;hpb=b1fc26afebd4d557ff89a44bc21767a8704c3809;p=pdclib diff --git a/functions/stdio/tmpnam.c b/functions/stdio/tmpnam.c index 0627495..6b444ce 100644 --- a/functions/stdio/tmpnam.c +++ b/functions/stdio/tmpnam.c @@ -8,8 +8,9 @@ #ifndef REGTEST +#include "_PDCLIB_glue.h" + #include -#include <_PDCLIB_glue.h> char * tmpnam( char * s ) { @@ -27,7 +28,8 @@ char * tmpnam( char * s ) #endif #ifdef TEST -#include <_PDCLIB_test.h> + +#include "_PDCLIB_test.h" #include @@ -38,4 +40,3 @@ int main( void ) } #endif -