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