X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Flocale%2Flocaleconv.c;h=82bf474140ac00c50cc822d4e49dfea9f8a9eeab;hb=2040228f27d623585d339dec175c4e779ca9edb5;hp=e23fb6a3585d7f6f21398aa18a077d7f7a0dc267;hpb=11b11c83484dd89b1bb78db639f164616916ea0b;p=pdclib diff --git a/functions/locale/localeconv.c b/functions/locale/localeconv.c index e23fb6a..82bf474 100644 --- a/functions/locale/localeconv.c +++ b/functions/locale/localeconv.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* localeconv( void ) This file is part of the Public Domain C Library (PDCLib). @@ -18,7 +16,7 @@ struct lconv * localeconv( void ) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) {