summaryrefslogtreecommitdiffhomepage
path: root/mixlib/mix.h
diff options
context:
space:
mode:
Diffstat (limited to 'mixlib/mix.h')
-rw-r--r--mixlib/mix.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mixlib/mix.h b/mixlib/mix.h
index 42eb4c9..37e7453 100644
--- a/mixlib/mix.h
+++ b/mixlib/mix.h
@@ -1,7 +1,7 @@
/* -*-c-*- ---------------- mix.h :
* Initialisation of the mix library
* ------------------------------------------------------------------
- * Copyright (C) 2000 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2001 Free Software Foundation, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -39,7 +39,7 @@
# include <libintl.h>
# define gettext_noop(String) (String)
#else
-# include <intl/libintl.h>
+# include <intl/libgettext.h>
#endif
#define _(String) gettext (String)