summaryrefslogtreecommitdiff
path: root/lib/util/tevent_ntstatus.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-06-29 15:39:46 +0200
committerMichael Adam <obnox@samba.org>2009-06-29 16:51:52 +0200
commite4e855563bcbeb7be54de57d8c1d41d35ddc5e7a (patch)
tree16f746bdf99010a57b292c5c8f3c0bad958fa36d /lib/util/tevent_ntstatus.h
parent857ed9ca5a99e20c0ff58e761ba87c7e6bc872bd (diff)
downloadsamba-e4e855563bcbeb7be54de57d8c1d41d35ddc5e7a.tar.gz
samba-e4e855563bcbeb7be54de57d8c1d41d35ddc5e7a.tar.bz2
samba-e4e855563bcbeb7be54de57d8c1d41d35ddc5e7a.zip
lib/util: fix building tevent_ntstatus without config.h
(when called from places with "#define NO_CONFIG_H" set, such as configure) Michael
Diffstat (limited to 'lib/util/tevent_ntstatus.h')
-rw-r--r--lib/util/tevent_ntstatus.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/util/tevent_ntstatus.h b/lib/util/tevent_ntstatus.h
index d7194a9b73..22fe9188d0 100644
--- a/lib/util/tevent_ntstatus.h
+++ b/lib/util/tevent_ntstatus.h
@@ -22,7 +22,6 @@
#include <stdint.h>
#include <stdbool.h>
-#include "config.h"
#include "../libcli/util/ntstatus.h"
#include "../tevent/tevent.h"