From bd534bd522830e8855a28456ad7079ceb578fcfc Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 28 Mar 2012 13:48:01 +1100 Subject: build: Fix sys_open() removal by including system/filesys.h --- source3/web/neg_lang.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/web') diff --git a/source3/web/neg_lang.c b/source3/web/neg_lang.c index 09eff7ea08..c415449d09 100644 --- a/source3/web/neg_lang.c +++ b/source3/web/neg_lang.c @@ -21,6 +21,7 @@ #include "includes.h" #include "web/swat_proto.h" #include "intl/lang_tdb.h" +#include "system/filesys.h" /* during a file download we first check to see if there is a language -- cgit