summaryrefslogtreecommitdiffstats
path: root/src/msgunfmt.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-01-22 12:53:10 +0000
committerBruno Haible <bruno@clisp.org>2001-01-22 12:53:10 +0000
commitcc5960a0ef886784891b4c1a7316c1659b73a7b6 (patch)
tree01eb863630f5faa4d1af3dcafd97a353d23021ee /src/msgunfmt.c
parent2769926e6e7cac7d7020bd38be90ff2fd4cbb602 (diff)
downloadexternal_gettext-cc5960a0ef886784891b4c1a7316c1659b73a7b6.zip
external_gettext-cc5960a0ef886784891b4c1a7316c1659b73a7b6.tar.gz
external_gettext-cc5960a0ef886784891b4c1a7316c1659b73a7b6.tar.bz2
Rename intlh.inst.in to libgnuintl.h.
libgettext.h is now merely a convenience header, not used inside libintl.
Diffstat (limited to 'src/msgunfmt.c')
-rw-r--r--src/msgunfmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/msgunfmt.c b/src/msgunfmt.c
index 6842a08..3dd2cec 100644
--- a/src/msgunfmt.c
+++ b/src/msgunfmt.c
@@ -38,7 +38,7 @@
#include "gettext.h"
#include "hash-string.h"
-#include <libintl.h>
+#include "libgettext.h"
#include "message.h"
#define _(str) gettext (str)