X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fstdlib%2Flldiv.c;h=4219e31ba110b79458f51aed9da31b476e7e25ce;hp=e6552c3447a9d5167a7852b53fc203bc2c99be5f;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hpb=2040228f27d623585d339dec175c4e779ca9edb5 diff --git a/functions/stdlib/lldiv.c b/functions/stdlib/lldiv.c index e6552c3..4219e31 100644 --- a/functions/stdlib/lldiv.c +++ b/functions/stdlib/lldiv.c @@ -20,6 +20,7 @@ lldiv_t lldiv( long long int numer, long long int denom ) #endif #ifdef TEST + #include "_PDCLIB_test.h" int main( void )