From 7bd1dc5dd5d0da9c5e476fc709f9cf1065203185 Mon Sep 17 00:00:00 2001 From: Björn Jacke Date: Sat, 10 Mar 2012 11:15:12 +0100 Subject: s3: fix build on AIX MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Autobuild-User: Björn Jacke Autobuild-Date: Sat Mar 10 19:07:20 CET 2012 on sn-devel-104 --- source3/utils/interact.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/utils') diff --git a/source3/utils/interact.c b/source3/utils/interact.c index a18e56c3c9..39ec707176 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) { -- cgit