]> pd.if.org Git - pdclib/blobdiff - functions/stdlib/llabs.c
PDCLib includes with quotes, not <>.
[pdclib] / functions / stdlib / llabs.c
index 0aa8172dbc19ccde486073055afa16487b565b9a..78a56c30095ca944c09d7b93517ec7f7feb4a2f5 100644 (file)
@@ -16,7 +16,7 @@ long long int llabs( long long int j )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 #include <limits.h>
 
 int main( void )