From: Michael Adam Date: Mon, 29 Jun 2009 13:39:46 +0000 (+0200) Subject: lib/util: fix building tevent_ntstatus without config.h X-Git-Url: http://git.samba.org/?p=metze%2Fsamba%2Fwip.git;a=commitdiff_plain;h=e4e855563bcbeb7be54de57d8c1d41d35ddc5e7a lib/util: fix building tevent_ntstatus without config.h (when called from places with "#define NO_CONFIG_H" set, such as configure) Michael --- diff --git a/lib/util/tevent_ntstatus.h b/lib/util/tevent_ntstatus.h index d7194a9b730a..22fe9188d044 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"