X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=platform%2Fexample%2Ffunctions%2F_PDCLIB%2Fclose.c;h=8fc9b3474b9b06200fc0496f091a1863aadc2e1d;hp=279fae8e2b1cb69b5c617b73560c5157dde2e002;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hpb=2040228f27d623585d339dec175c4e779ca9edb5 diff --git a/platform/example/functions/_PDCLIB/close.c b/platform/example/functions/_PDCLIB/close.c index 279fae8..8fc9b34 100644 --- a/platform/example/functions/_PDCLIB/close.c +++ b/platform/example/functions/_PDCLIB/close.c @@ -11,6 +11,7 @@ #include #ifndef REGTEST + #include "_PDCLIB_glue.h" extern int close( int fd ); @@ -23,6 +24,7 @@ int _PDCLIB_close( int fd ) #endif #ifdef TEST + #include "_PDCLIB_test.h" int main( void )