From: ewt Date: Thu, 16 Jan 1997 19:46:14 +0000 (+0000) Subject: use misc-config.h X-Git-Tag: tznext/4.11.0.1.tizen20130304~10659 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=85719fbf14d8d7e95cc28fc0aacd9fa30daaa045;p=tools%2Flibrpm-tizen.git use misc-config.h CVS patchset: 1301 CVS date: 1997/01/16 19:46:14 --- 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))