X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;ds=sidebyside;f=functions%2Fstdlib%2Fldiv.c;h=0f51944fac77df4e4111da70617ace732d5354b8;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hp=cf579fb38358affd843fd2577fa772e3ce2a39a0;hpb=2040228f27d623585d339dec175c4e779ca9edb5;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 )