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