diff options
author | Michael Adam <obnox@samba.org> | 2009-06-29 15:39:46 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-06-29 16:51:52 +0200 |
commit | e4e855563bcbeb7be54de57d8c1d41d35ddc5e7a (patch) | |
tree | 16f746bdf99010a57b292c5c8f3c0bad958fa36d /lib | |
parent | 857ed9ca5a99e20c0ff58e761ba87c7e6bc872bd (diff) | |
download | samba-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')
-rw-r--r-- | 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 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" |