X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/e0327bc8b49c31d2b4bccd516d012ededa0d1253..776209d6c747eaf2efd87d818464f82fb14448b1:/src/system.h diff --git a/src/system.h b/src/system.h index 70605c49..850c5a7f 100644 --- a/src/system.h +++ b/src/system.h @@ -1,5 +1,5 @@ /* system-dependent definitions for Bison. - Copyright 2000 Free Software Foundation, Inc. + Copyright 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 @@ -149,7 +149,7 @@ size_t strnlen PARAMS ((const char *s, size_t maxlen)); # define setlocale(Category, Locale) #endif -#include "intl/libgettext.h" +#include "libgettext.h" #define _(Msgid) gettext (Msgid) #define N_(Msgid) (Msgid)