summaryrefslogtreecommitdiffstats
path: root/lib/copy-file.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-12-21 16:50:19 +0000
committerBruno Haible <bruno@clisp.org>2009-06-22 00:28:17 +0200
commit2d50fe3edc095e1bd1a79c03123ea5d826e6a52e (patch)
treea94f36febfc204fbe4870bc84e239d6506aee627 /lib/copy-file.c
parent3ad8187dc84124af562f8cdb9b6787ca81501e0c (diff)
downloadexternal_gettext-2d50fe3edc095e1bd1a79c03123ea5d826e6a52e.zip
external_gettext-2d50fe3edc095e1bd1a79c03123ea5d826e6a52e.tar.gz
external_gettext-2d50fe3edc095e1bd1a79c03123ea5d826e6a52e.tar.bz2
Renamed intl/libgettext.h to lib/gettext.h.
Diffstat (limited to 'lib/copy-file.c')
-rw-r--r--lib/copy-file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/copy-file.c b/lib/copy-file.c
index 1067077..3ac67ac 100644
--- a/lib/copy-file.c
+++ b/lib/copy-file.c
@@ -35,7 +35,7 @@
#include "error.h"
#include "full-write.h"
#include "system.h"
-#include "libgettext.h"
+#include "gettext.h"
#define _(str) gettext (str)