diff options
author | Günther Deschner <gd@samba.org> | 2010-08-05 02:25:37 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-08-05 10:12:25 +0200 |
commit | c136b84f0d28d1a88c5918b06f81766a271a3780 (patch) | |
tree | ff9f74effdf63e58517597fecc92474786100ff7 /source3/utils/net_idmap.c | |
parent | 1946ab5a1b4be6d64307fb24847640f959a1e024 (diff) | |
download | samba-c136b84f0d28d1a88c5918b06f81766a271a3780.tar.gz samba-c136b84f0d28d1a88c5918b06f81766a271a3780.tar.xz samba-c136b84f0d28d1a88c5918b06f81766a271a3780.zip |
s3-secrets: only include secrets.h when needed.
Guenther
Diffstat (limited to 'source3/utils/net_idmap.c')
-rw-r--r-- | source3/utils/net_idmap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/utils/net_idmap.c b/source3/utils/net_idmap.c index 1400e31174..702c6f9eee 100644 --- a/source3/utils/net_idmap.c +++ b/source3/utils/net_idmap.c @@ -20,6 +20,7 @@ #define FOO(x) (x) #include "includes.h" #include "utils/net.h" +#include "secrets.h" #define ALLOC_CHECK(mem) do { \ if (!mem) { \ |