]> pd.if.org Git - pdclib/blobdiff - functions/stdlib/srand.c
PDCLib includes with quotes, not <>.
[pdclib] / functions / stdlib / srand.c
index 14422330c72591023334b89e7125143ce67a7201..3478cb09df60a87ec460f1254d173b929b472083 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* srand( unsigned int )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -18,7 +16,7 @@ void srand( unsigned int seed )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {