summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-01-08 16:57:16 +0100
committerGünther Deschner <gd@samba.org>2008-01-09 10:20:44 +0100
commit8f411753b2130e9c1f260a15d031f57ba07b62a1 (patch)
treece47e78afa2a796c837b256fe99a414a72d2850d /examples
parent7b3724fe861408c393e94260f8a8cc504f2a48d0 (diff)
downloadsamba-8f411753b2130e9c1f260a15d031f57ba07b62a1.tar.gz
Fix build warning for libsmbclient example.
Guenther
Diffstat (limited to 'examples')
-rw-r--r--examples/libsmbclient/tree.c2
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"