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-07-01 13:38:43 +0200
commitc8204bb432bcc3a2a6b0505fbcb333fdfdb59e2b (patch)
treeb236d6d8b6801471d1f375580b188e2dcaaf9189 /lib
parent518526bf6832a310551eeae018c5b703e9db3e64 (diff)
downloadsamba-c8204bb432bcc3a2a6b0505fbcb333fdfdb59e2b.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) (cherry picked from commit 6bac56bc6873470958a2369827cbfa3a7c8241d4)
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"