From 85719fbf14d8d7e95cc28fc0aacd9fa30daaa045 Mon Sep 17 00:00:00 2001 From: ewt Date: Thu, 16 Jan 1997 19:46:14 +0000 Subject: [PATCH] use misc-config.h CVS patchset: 1301 CVS date: 1997/01/16 19:46:14 --- misc/intl.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/misc/intl.h b/misc/intl.h index 3e2a548..29d5469 100644 --- a/misc/intl.h +++ b/misc/intl.h @@ -1,5 +1,7 @@ /* Dummy header for libintl.h */ +#include "misc-config.h" + #ifdef HAVE_LIBINTL_H #include #define _(String) gettext((String)) -- 2.7.4