X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Finttypes%2Fimaxdiv.c;h=7143c3d04c42910212ceceb22279e715ff363421;hp=553f22e7faf81e64e9de2e2dd65548e51f48deeb;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hpb=2040228f27d623585d339dec175c4e779ca9edb5 diff --git a/functions/inttypes/imaxdiv.c b/functions/inttypes/imaxdiv.c index 553f22e..7143c3d 100644 --- a/functions/inttypes/imaxdiv.c +++ b/functions/inttypes/imaxdiv.c @@ -19,6 +19,7 @@ imaxdiv_t imaxdiv( intmax_t numer, intmax_t denom ) #endif #ifdef TEST + #include "_PDCLIB_test.h" int main( void )