X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdlib%2Fldiv.c;h=0f51944fac77df4e4111da70617ace732d5354b8;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hp=cf579fb38358affd843fd2577fa772e3ce2a39a0;hpb=d6f1494a4f38a212b29a13ee713885058dcf0fe7;p=pdclib diff --git a/functions/stdlib/ldiv.c b/functions/stdlib/ldiv.c index cf579fb..0f51944 100644 --- a/functions/stdlib/ldiv.c +++ b/functions/stdlib/ldiv.c @@ -20,6 +20,7 @@ ldiv_t ldiv( long int numer, long int denom ) #endif #ifdef TEST + #include "_PDCLIB_test.h" int main( void )