X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2F_PDCLIB%2Fseed.c;h=ce7c31c539b6fd03d09f20cc1fdb2b2ad13bbd03;hp=37c9b4798895dbfc8b64aa21a10078d737e9f025;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hpb=2040228f27d623585d339dec175c4e779ca9edb5 diff --git a/functions/_PDCLIB/seed.c b/functions/_PDCLIB/seed.c index 37c9b47..ce7c31c 100644 --- a/functions/_PDCLIB/seed.c +++ b/functions/_PDCLIB/seed.c @@ -7,6 +7,7 @@ unsigned long int _PDCLIB_seed = 1; #ifdef TEST + #include "_PDCLIB_test.h" int main( void )