X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2F_PDCLIB%2F_PDCLIB_seed.c;h=37c9b4798895dbfc8b64aa21a10078d737e9f025;hp=14cd4f48de25e201960b4b2dce71823782ae8ddb;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=1a0ec80bd1d2439b7c8e4e16905f26c3fa39630e diff --git a/functions/_PDCLIB/_PDCLIB_seed.c b/functions/_PDCLIB/_PDCLIB_seed.c index 14cd4f4..37c9b47 100644 --- a/functions/_PDCLIB/_PDCLIB_seed.c +++ b/functions/_PDCLIB/_PDCLIB_seed.c @@ -7,7 +7,7 @@ unsigned long int _PDCLIB_seed = 1; #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) {