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