X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=platform%2Fexample%2Ffunctions%2F_PDCLIB%2Fstdinit.c;h=d11718d0be5851636b8c5a61cfc9e3a4d27252fa;hb=2040228f27d623585d339dec175c4e779ca9edb5;hp=2554e9fe8c702df81ef0806765ebc6e43ce3255a;hpb=c3a9288707c2071ac38666bb23e1face3d2efa0c;p=pdclib diff --git a/platform/example/functions/_PDCLIB/stdinit.c b/platform/example/functions/_PDCLIB/stdinit.c index 2554e9f..d11718d 100644 --- a/platform/example/functions/_PDCLIB/stdinit.c +++ b/platform/example/functions/_PDCLIB/stdinit.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* _PDCLIB_stdinit This file is part of the Public Domain C Library (PDCLib). @@ -342,7 +340,7 @@ struct lconv _PDCLIB_lconv = { #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) {