diff options
author | Günther Deschner <gd@samba.org> | 2010-08-18 19:05:59 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-08-26 00:25:58 +0200 |
commit | 8b4f5319efdb43cc5858424528ee5d4a9dcea730 (patch) | |
tree | 4ed65a4d9f84828607ae54388fa27561c26ab713 /source3/torture | |
parent | 7a05ca2c9cd387a92e1ad699ae72caea55895c13 (diff) | |
download | samba-8b4f5319efdb43cc5858424528ee5d4a9dcea730.tar.gz samba-8b4f5319efdb43cc5858424528ee5d4a9dcea730.tar.xz samba-8b4f5319efdb43cc5858424528ee5d4a9dcea730.zip |
s3-build: use talloc_dict.h only where needed.
Guenther
Diffstat (limited to 'source3/torture')
-rw-r--r-- | source3/torture/torture.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/torture/torture.c b/source3/torture/torture.c index bc0e573011d..8a2aec67d59 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -28,6 +28,7 @@ #include "memcache.h" #include "nsswitch/winbind_client.h" #include "dbwrap.h" +#include "talloc_dict.h" extern char *optarg; extern int optind; |