X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2F_PDCLIB%2Fprepread.c;h=d55ef69f481df8746b1ddddccf2d368b571d4c57;hp=2c5818ae58b91adeffc74e3c4a6974d1239a5f3b;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hpb=2040228f27d623585d339dec175c4e779ca9edb5 diff --git a/functions/_PDCLIB/prepread.c b/functions/_PDCLIB/prepread.c index 2c5818a..d55ef69 100644 --- a/functions/_PDCLIB/prepread.c +++ b/functions/_PDCLIB/prepread.c @@ -7,6 +7,7 @@ #include #ifndef REGTEST + #include "_PDCLIB_glue.h" int _PDCLIB_prepread( struct _PDCLIB_file_t * stream ) @@ -37,6 +38,7 @@ int _PDCLIB_prepread( struct _PDCLIB_file_t * stream ) #endif #ifdef TEST + #include "_PDCLIB_test.h" int main( void ) @@ -46,4 +48,3 @@ int main( void ) } #endif -