X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fstdlib%2Flldiv.c;h=e6552c3447a9d5167a7852b53fc203bc2c99be5f;hp=e9d43d0673f457c4c8daa4f197a1789d34f78a1b;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=1a0ec80bd1d2439b7c8e4e16905f26c3fa39630e 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 ) {