X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2F_PDCLIB%2Fseed.c;h=37c9b4798895dbfc8b64aa21a10078d737e9f025;hb=d6f1494a4f38a212b29a13ee713885058dcf0fe7;hp=98ecf96276099ac65d2ec2141f4df690c36b8952;hpb=b08f4b52b1cd1f7a9553c0f357a7c90859fa3e73;p=pdclib diff --git a/functions/_PDCLIB/seed.c b/functions/_PDCLIB/seed.c index 98ecf96..37c9b47 100644 --- a/functions/_PDCLIB/seed.c +++ b/functions/_PDCLIB/seed.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* _PDCLIB_seed This file is part of the Public Domain C Library (PDCLib). @@ -9,7 +7,7 @@ unsigned long int _PDCLIB_seed = 1; #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) {