X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2F_PDCLIB%2Fprepwrite.c;h=dcdc970be8da45fe383e585c7c2fdff0f42dddee;hp=a901ccdaed39f10e4674ad727696c49c1341016e;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hpb=2040228f27d623585d339dec175c4e779ca9edb5 diff --git a/functions/_PDCLIB/prepwrite.c b/functions/_PDCLIB/prepwrite.c index a901ccd..dcdc970 100644 --- a/functions/_PDCLIB/prepwrite.c +++ b/functions/_PDCLIB/prepwrite.c @@ -29,6 +29,7 @@ int _PDCLIB_prepwrite( struct _PDCLIB_file_t * stream ) #endif #ifdef TEST + #include "_PDCLIB_test.h" int main( void ) @@ -38,4 +39,3 @@ int main( void ) } #endif -