X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2F_PDCLIB%2Fseed.c;h=37c9b4798895dbfc8b64aa21a10078d737e9f025;hp=14cd4f48de25e201960b4b2dce71823782ae8ddb;hb=d6f1494a4f38a212b29a13ee713885058dcf0fe7;hpb=2b793d7f6e3a8e37229e761ef4c92961bd0f686a diff --git a/functions/_PDCLIB/seed.c b/functions/_PDCLIB/seed.c index 14cd4f4..37c9b47 100644 --- a/functions/_PDCLIB/seed.c +++ b/functions/_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 ) {