X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=platform%2Fposix%2Ffunctions%2Fstdio%2Ftmpfile.c;h=07b18ceec9bd769f751ea48eed38a7f194b79ad4;hp=ad7aa7e78de86073deb0e0854e15372372696ed2;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=37f62a3ac31302556f0cdad12b2250a6fc7872f1 diff --git a/platform/posix/functions/stdio/tmpfile.c b/platform/posix/functions/stdio/tmpfile.c index ad7aa7e..07b18ce 100644 --- a/platform/posix/functions/stdio/tmpfile.c +++ b/platform/posix/functions/stdio/tmpfile.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* tmpfile( void ) This file is part of the Public Domain C Library (PDCLib). @@ -13,7 +11,7 @@ #include #include #include -#include <_PDCLIB_glue.h> +#include "_PDCLIB_glue.h" #include #ifdef __linux__ /* get O_CLOEXEC without sys/types.h being awful */ @@ -77,7 +75,7 @@ FILE* _PDCLIB_nothrow tmpfile( void ) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" #include int main( void )