X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdlib%2Flldiv.c;h=4219e31ba110b79458f51aed9da31b476e7e25ce;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hp=423d119ffb2feb859f022d32c39f7b5a08382c96;hpb=0c316ee3b4dc0712797877f5dc0f4a789646154d;p=pdclib diff --git a/functions/stdlib/lldiv.c b/functions/stdlib/lldiv.c index 423d119..4219e31 100644 --- a/functions/stdlib/lldiv.c +++ b/functions/stdlib/lldiv.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* lldiv( long long int, long long int ) This file is part of the Public Domain C Library (PDCLib). @@ -22,7 +20,8 @@ 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 ) {