]> pd.if.org Git - pdclib/blobdiff - functions/_PDCLIB/_PDCLIB_seed.c
PDCLib includes with quotes, not <>.
[pdclib] / functions / _PDCLIB / _PDCLIB_seed.c
index 14cd4f48de25e201960b4b2dce71823782ae8ddb..37c9b4798895dbfc8b64aa21a10078d737e9f025 100644 (file)
@@ -7,7 +7,7 @@
 unsigned long int _PDCLIB_seed = 1;
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {