From 7e37d988b9a91b7760ebca0dc6526ff5016b149f 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) Michael (cherry picked from commit e4e855563bcbeb7be54de57d8c1d41d35ddc5e7a) Signed-off-by: Michael Adam --- lib/util/tevent_ntstatus.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/lib/util/tevent_ntstatus.h b/lib/util/tevent_ntstatus.h index 84c275f..acfb903 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" -- 1.6.0.4