X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2F_PDCLIB%2Fseed.c;h=37c9b4798895dbfc8b64aa21a10078d737e9f025;hb=d6f1494a4f38a212b29a13ee713885058dcf0fe7;hp=14cd4f48de25e201960b4b2dce71823782ae8ddb;hpb=b1fc26afebd4d557ff89a44bc21767a8704c3809;p=pdclib 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 ) {