X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2F_PDCLIB%2Fseed.c;h=ce7c31c539b6fd03d09f20cc1fdb2b2ad13bbd03;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hp=98ecf96276099ac65d2ec2141f4df690c36b8952;hpb=b08f4b52b1cd1f7a9553c0f357a7c90859fa3e73;p=pdclib diff --git a/functions/_PDCLIB/seed.c b/functions/_PDCLIB/seed.c index 98ecf96..ce7c31c 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,8 @@ unsigned long int _PDCLIB_seed = 1; #ifdef TEST -#include <_PDCLIB_test.h> + +#include "_PDCLIB_test.h" int main( void ) {