From c8204bb432bcc3a2a6b0505fbcb333fdfdb59e2b Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 29 Jun 2009 15:39:46 +0200 Subject: [PATCH] lib/util: fix building tevent_ntstatus without config.h (when called from places with "#define NO_CONFIG_H" set, such as configure) This fixes bug #6521. Michael (cherry picked from commit e4e855563bcbeb7be54de57d8c1d41d35ddc5e7a) (cherry picked from commit 6bac56bc6873470958a2369827cbfa3a7c8241d4) --- lib/util/tevent_ntstatus.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/util/tevent_ntstatus.h b/lib/util/tevent_ntstatus.h index 84c275fb130..acfb9039617 100644 --- a/lib/util/tevent_ntstatus.h +++ b/lib/util/tevent_ntstatus.h @@ -22,7 +22,6 @@ #include #include -#include "config.h" #include "../libcli/util/ntstatus.h" #include "../tevent/tevent.h" -- 2.11.4.GIT