From: Peter Verthez Date: Fri, 22 Nov 2002 21:04:48 +0000 (+0000) Subject: Header file utf8_locale.h renamed to utf8.h X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;h=f385e7c833aa1ecb4ce67f0a83e7c27b00957894;p=gedcom-parse.git Header file utf8_locale.h renamed to utf8.h --- diff --git a/t/src/standalone.c b/t/src/standalone.c index 2a734dd..7868cf2 100644 --- a/t/src/standalone.c +++ b/t/src/standalone.c @@ -30,7 +30,7 @@ #include #include #include -#include "utf8-locale.h" +#include "utf8.h" #define BOGUS_FILE_NAME "bogus.ged" int total_conv_fails = 0;