summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-06-29 15:39:46 +0200
committerKarolin Seeger <kseeger@samba.org>2009-06-30 14:04:03 +0200
commit6bac56bc6873470958a2369827cbfa3a7c8241d4 (patch)
treebe1ce1efc708d66911bf19c64d19b0e0006d2d75 /lib
parent21c9ca179abc18cb3f898e1885adb293c785508c (diff)
downloadsamba-6bac56bc6873470958a2369827cbfa3a7c8241d4.tar.gz
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)
Diffstat (limited to 'lib')
-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 84c275fb130..acfb9039617 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"