]> git.saurik.com Git - bison.git/blobdiff - src/system.h
* Gettext 0.11.1.
[bison.git] / src / system.h
index 65a61c273acb4734e359b7c338a298afe44cf0e8..ff77069b82f1703ef1330ad7721b02d0b305fc81 100644 (file)
@@ -162,7 +162,7 @@ void *memrchr PARAMS ((const void *s, int c, size_t n));
 # define setlocale(Category, Locale)
 #endif
 
-#include "libgettext.h"
+#include "gettext.h"
 #define _(Msgid)  gettext (Msgid)
 #define N_(Msgid) (Msgid)