From 8b1fb61df26649e1dec626ef9120fc787a831fcc Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 22 Oct 2007 23:52:55 -0500 Subject: Ensure all localization stuff is correctly guarded Anything dealing with libintl and localization should be correctly guarded inside an ENABLE_NLS block on both the pacman and libalpm sides. Signed-off-by: Dan McGee --- lib/libalpm/util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/libalpm/util.h') diff --git a/lib/libalpm/util.h b/lib/libalpm/util.h index 3154f470..d8e6cbd8 100644 --- a/lib/libalpm/util.h +++ b/lib/libalpm/util.h @@ -25,6 +25,8 @@ #ifndef _ALPM_UTIL_H #define _ALPM_UTIL_H +#include "config.h" + #include #include #include -- cgit v1.2.3-24-g4f1b