From: Björn Jacke Date: Sat, 10 Mar 2012 10:15:12 +0000 (+0100) Subject: s3: fix build on AIX X-Git-Tag: tdb-1.2.10~258 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7bd1dc5dd5d0da9c5e476fc709f9cf1065203185;p=thirdparty%2Fsamba.git s3: fix build on AIX Autobuild-User: Björn Jacke Autobuild-Date: Sat Mar 10 19:07:20 CET 2012 on sn-devel-104 --- diff --git a/source3/utils/interact.c b/source3/utils/interact.c index a18e56c3c9f..39ec7071760 100644 --- a/source3/utils/interact.c +++ b/source3/utils/interact.c @@ -24,9 +24,10 @@ * */ +#include "includes.h" + #include "interact.h" -#include "includes.h" #include static const char* get_editor(void) {