]> pd.if.org Git - pdclib/blobdiff - functions/stdlib/lldiv.c
PDCLib includes with quotes, not <>.
[pdclib] / functions / stdlib / lldiv.c
index 423d119ffb2feb859f022d32c39f7b5a08382c96..e6552c3447a9d5167a7852b53fc203bc2c99be5f 100644 (file)
@@ -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,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 )
 {