diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2000-07-17 03:30:30 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2000-07-17 03:30:30 -0400 |
commit | 3f6f71189bc39edb970df722688fb4a6bf2bdfe4 (patch) | |
tree | b53d87e5651c2013b53f1238f60aee74b251a90a /intl/intl-compat.c | |
parent | fe76940414337a9058df2d426bf5527154ca283a (diff) | |
download | lynx-snapshots-3f6f71189bc39edb970df722688fb4a6bf2bdfe4.tar.gz |
snapshot of project "lynx", label v2-8-4dev_5
Diffstat (limited to 'intl/intl-compat.c')
-rw-r--r-- | intl/intl-compat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/intl/intl-compat.c b/intl/intl-compat.c index e17e68d7..503efa0f 100644 --- a/intl/intl-compat.c +++ b/intl/intl-compat.c @@ -17,10 +17,10 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifdef HAVE_CONFIG_H -# include <lynx_cfg.h> +# include <config.h> #endif -#include <libgettext.h> +#include "libgettext.h" /* @@ end of prolog @@ */ |