From bd534bd522830e8855a28456ad7079ceb578fcfc Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 28 Mar 2012 13:48:01 +1100 Subject: [PATCH] build: Fix sys_open() removal by including system/filesys.h --- source3/web/neg_lang.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source3/web/neg_lang.c b/source3/web/neg_lang.c index 09eff7ea08c..c415449d091 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 -- 2.34.1