]> pd.if.org Git - pdclib/blobdiff - functions/stdlib/rand.c
PDCLib includes with quotes, not <>.
[pdclib] / functions / stdlib / rand.c
index 40d782448421c4e1201fe31b7dd97aff3c16d94c..1e8f3cd789b2542ba0e7ab78c969cb412ff325c7 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* rand( void )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -19,7 +17,7 @@ int rand( void )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {