From 7c9dab47618a809792cfdc43f0e3c5d88d2d7843 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B6rn=20Jacke?= Date: Tue, 21 Sep 2010 19:08:40 -0700 Subject: [PATCH] tevent: include libreplace heade before tevent header this is supposed to fix bug #7463. Thanks to Joachim Schmitz. --- lib/util/tevent_unix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util/tevent_unix.c b/lib/util/tevent_unix.c index 0a8c4c6b30c7..e4c960e4d36d 100644 --- a/lib/util/tevent_unix.c +++ b/lib/util/tevent_unix.c @@ -21,8 +21,8 @@ along with this program. If not, see . */ -#include "tevent_unix.h" #include "../replace/replace.h" +#include "tevent_unix.h" bool tevent_req_is_unix_error(struct tevent_req *req, int *perrno) { -- 2.34.1