X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2F_PDCLIB%2F_PDCLIB_seed.c;h=37c9b4798895dbfc8b64aa21a10078d737e9f025;hp=98ecf96276099ac65d2ec2141f4df690c36b8952;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=3082b97d8f2de1584430ad42671a0e056ed33be4 diff --git a/functions/_PDCLIB/_PDCLIB_seed.c b/functions/_PDCLIB/_PDCLIB_seed.c index 98ecf96..37c9b47 100644 --- a/functions/_PDCLIB/_PDCLIB_seed.c +++ b/functions/_PDCLIB/_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 ) {