X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Flocale%2Flocaleconv.c;h=56d3d143a9757a38fb94c3621195805f5ae85be6;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hp=e23fb6a3585d7f6f21398aa18a077d7f7a0dc267;hpb=11b11c83484dd89b1bb78db639f164616916ea0b;p=pdclib diff --git a/functions/locale/localeconv.c b/functions/locale/localeconv.c index e23fb6a..56d3d14 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,11 +16,13 @@ struct lconv * localeconv( void ) #endif #ifdef TEST -#include <_PDCLIB_test.h> + +#include "_PDCLIB_test.h" int main( void ) { TESTCASE( NO_TESTDRIVER ); return TEST_RESULTS; } + #endif