]> pd.if.org Git - pdclib/blobdiff - functions/stdlib/rand.c
Whitespace cleanups.
[pdclib] / functions / stdlib / rand.c
index 2090b9ae6b7c46f1f41ec5d80cf54fecbd126dcc..779b3b2371e777c046d13474cd5e71a5f6151df5 100644 (file)
@@ -17,7 +17,8 @@ int rand( void )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+
+#include "_PDCLIB_test.h"
 
 int main( void )
 {