From 223f9862050d41184d98792c74e140f59ebdb6cc Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Wed, 3 Jun 1998 17:27:26 +0000 Subject: [PATCH] only including intl headers while compiling libgtop. * include/glibtop/global.h: only including intl headers while compiling libgtop. --- include/glibtop/global.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/glibtop/global.h b/include/glibtop/global.h index d1609f35..9cbaed8b 100644 --- a/include/glibtop/global.h +++ b/include/glibtop/global.h @@ -55,11 +55,13 @@ #include #endif +#ifdef _IN_LIBGTOP #if (defined HAVE_LIBINTL_H) || (defined HAVE_GETTEXT) #include #else #include #endif +#endif #include #include