diff options
author | Günther Deschner <gd@samba.org> | 2008-01-08 16:57:16 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-01-09 10:20:44 +0100 |
commit | af02de700da25c964ef54968b89c6a0b11489b27 (patch) | |
tree | 308e63a2dd5eca7066cbcbeff60e07a14567ecbb /examples/libsmbclient | |
parent | bf08d19c23a9646c741329190f497ae247ffa376 (diff) | |
download | samba-af02de700da25c964ef54968b89c6a0b11489b27.tar.gz samba-af02de700da25c964ef54968b89c6a0b11489b27.tar.xz samba-af02de700da25c964ef54968b89c6a0b11489b27.zip |
Fix build warning for libsmbclient example.
Guenther
(This used to be commit 8f411753b2130e9c1f260a15d031f57ba07b62a1)
Diffstat (limited to 'examples/libsmbclient')
-rw-r--r-- | examples/libsmbclient/tree.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/libsmbclient/tree.c b/examples/libsmbclient/tree.c index d5a71e28683..6e34cd05627 100644 --- a/examples/libsmbclient/tree.c +++ b/examples/libsmbclient/tree.c @@ -24,6 +24,8 @@ #include <stdio.h> #include <errno.h> +#include <string.h> +#include <stdlib.h> #include <gtk/gtk.h> #include "libsmbclient.h" |