From 87240dae6d4631a812ee81ed53c1622dd164bfcf Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Tue, 1 Feb 2011 09:59:12 -0600 Subject: Fix locale.h/setlocale inclusion with --disable-nls Noted in FS#22697. When I factored out _alpm_parsedate() into a common function, I didn't move the include properly, causing a build failure when NLS is disabled and this header isn't automatically included everywhere. Signed-off-by: Dan McGee --- lib/libalpm/be_sync.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/libalpm/be_sync.c') diff --git a/lib/libalpm/be_sync.c b/lib/libalpm/be_sync.c index bc17f1b9..f7101f54 100644 --- a/lib/libalpm/be_sync.c +++ b/lib/libalpm/be_sync.c @@ -21,7 +21,6 @@ #include "config.h" #include -#include #include /* libarchive */ -- cgit v1.2.3-54-g00ecf