X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=platform%2Fgandr%2Ffunctions%2F_PDCLIB%2F_PDCLIB_Exit.c;h=87b5fc91997681d5e6601e547df894fd449f6881;hp=15fae5d03eeaad01289796a0969375bb75cfbb55;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=1a0ec80bd1d2439b7c8e4e16905f26c3fa39630e diff --git a/platform/gandr/functions/_PDCLIB/_PDCLIB_Exit.c b/platform/gandr/functions/_PDCLIB/_PDCLIB_Exit.c index 15fae5d..87b5fc9 100644 --- a/platform/gandr/functions/_PDCLIB/_PDCLIB_Exit.c +++ b/platform/gandr/functions/_PDCLIB/_PDCLIB_Exit.c @@ -10,7 +10,7 @@ #include #ifndef REGTEST -#include <_PDCLIB_glue.h> +#include "_PDCLIB_glue.h" #include void _PDCLIB_Exit( int status ) @@ -21,7 +21,7 @@ void _PDCLIB_Exit( int status ) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) {