X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=platform%2Fexample%2Ffunctions%2Fstdlib%2Fgetenv.c;h=72bbcd20bf8cfb112dfabfe64746457e23ca1f24;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hp=4eb70102e54614867676813e30ba6a4d8ec18184;hpb=66c9a724d570ec507c640f6708fe48c4b8ca8b80;p=pdclib diff --git a/platform/example/functions/stdlib/getenv.c b/platform/example/functions/stdlib/getenv.c index 4eb7010..72bbcd2 100644 --- a/platform/example/functions/stdlib/getenv.c +++ b/platform/example/functions/stdlib/getenv.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* getenv( const char * ) This file is part of the Public Domain C Library (PDCLib). @@ -34,7 +32,8 @@ char * getenv( const char * name ) #endif #ifdef TEST -#include <_PDCLIB_test.h> + +#include "_PDCLIB_test.h" int main( void ) {