From ca574482b889d42d9e8fbc6bea62acaa4bc15137 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 14 Feb 2011 12:02:00 +0100 Subject: s3: no need to globally include intl.h. Guenther --- source3/utils/net.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/utils') diff --git a/source3/utils/net.h b/source3/utils/net.h index cefbc4e87b..ac300104c3 100644 --- a/source3/utils/net.h +++ b/source3/utils/net.h @@ -24,6 +24,7 @@ #include "localedir.h" +#include "intl.h" #ifdef HAVE_LIBINTL_H #include #endif -- cgit