diff options
author | Günther Deschner <gd@samba.org> | 2010-08-26 10:14:07 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-09-20 13:54:50 -0700 |
commit | 8e16d6dbdfdbfd42de32497d92f3fae32cd39ba4 (patch) | |
tree | 25f9908c2970526090070bd5f1b92534983e537b /source3/lib/util.c | |
parent | c7fe04abc791dd1b3c5272a96fb5f26f6ce5c252 (diff) | |
download | samba-8e16d6dbdfdbfd42de32497d92f3fae32cd39ba4.tar.gz samba-8e16d6dbdfdbfd42de32497d92f3fae32cd39ba4.tar.bz2 samba-8e16d6dbdfdbfd42de32497d92f3fae32cd39ba4.zip |
s3-build: only include ctdbd_conn.h where needed.
Guenther
Diffstat (limited to 'source3/lib/util.c')
-rw-r--r-- | source3/lib/util.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/lib/util.c b/source3/lib/util.c index fab622b4e1..28336512df 100644 --- a/source3/lib/util.c +++ b/source3/lib/util.c @@ -24,6 +24,7 @@ #include "includes.h" #include "popt_common.h" #include "secrets.h" +#include "ctdbd_conn.h" extern char *global_clobber_region_function; extern unsigned int global_clobber_region_line; |