From 6a14dad13cc4b619a5901e54747085e81e42597d Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Wed, 26 May 2010 23:17:35 +0200 Subject: [PATCH] s3-net: fix the build. Guenther --- source3/utils/net_rap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/utils/net_rap.c b/source3/utils/net_rap.c index 8d5a3dbf153..9b42a088c0c 100644 --- a/source3/utils/net_rap.c +++ b/source3/utils/net_rap.c @@ -23,8 +23,8 @@ along with this program. If not, see . */ #include "includes.h" -#include "utils/net.h" #include "../librpc/gen_ndr/rap.h" +#include "utils/net.h" /* The following messages were for error checking that is not properly reported at the moment. Which should be reinstated? */ -- 2.11.4.GIT