X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;ds=sidebyside;f=functions%2Fstdlib%2Frand.c;h=779b3b2371e777c046d13474cd5e71a5f6151df5;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hp=1e8f3cd789b2542ba0e7ab78c969cb412ff325c7;hpb=2040228f27d623585d339dec175c4e779ca9edb5;p=pdclib diff --git a/functions/stdlib/rand.c b/functions/stdlib/rand.c index 1e8f3cd..779b3b2 100644 --- a/functions/stdlib/rand.c +++ b/functions/stdlib/rand.c @@ -17,6 +17,7 @@ int rand( void ) #endif #ifdef TEST + #include "_PDCLIB_test.h" int main( void )