From 0e771263eed0b9bc364ce523765ea17dd1192841 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 25 Feb 2011 23:20:06 +0100 Subject: s3-includes: only include system/filesys.h when needed. Guenther --- source3/intl/lang_tdb.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/intl') diff --git a/source3/intl/lang_tdb.c b/source3/intl/lang_tdb.c index ac7e9dda40..19a50c49f6 100644 --- a/source3/intl/lang_tdb.c +++ b/source3/intl/lang_tdb.c @@ -18,6 +18,7 @@ */ #include "includes.h" +#include "system/filesys.h" static TDB_CONTEXT *tdb; -- cgit