summaryrefslogtreecommitdiff
path: root/examples/libsmbclient/smbwrapper/wrapper.c
diff options
context:
space:
mode:
authorDerrell Lipman <derrell.lipman@unwireduniverse.com>2008-01-13 12:07:18 -0500
committerDerrell Lipman <derrell.lipman@unwireduniverse.com>2008-01-13 12:07:18 -0500
commitd49ba81210970e44cc1c7179a959f74351684fdf (patch)
tree0936eae7caeedc9569ac182d4d276ae5b3cb80f9 /examples/libsmbclient/smbwrapper/wrapper.c
parentc79ce2ffa3f7d00ce6a2cd6008c203e3042b0b02 (diff)
downloadsamba-d49ba81210970e44cc1c7179a959f74351684fdf.tar.gz
samba-d49ba81210970e44cc1c7179a959f74351684fdf.tar.bz2
samba-d49ba81210970e44cc1c7179a959f74351684fdf.zip
Fix compile and linking errors since last this code was tested
(This used to be commit 2f432842442859f98ecd263464ce02821ab10fca)
Diffstat (limited to 'examples/libsmbclient/smbwrapper/wrapper.c')
-rw-r--r--examples/libsmbclient/smbwrapper/wrapper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/libsmbclient/smbwrapper/wrapper.c b/examples/libsmbclient/smbwrapper/wrapper.c
index 30f9037d53..958e00636e 100644
--- a/examples/libsmbclient/smbwrapper/wrapper.c
+++ b/examples/libsmbclient/smbwrapper/wrapper.c
@@ -61,6 +61,7 @@
#include <dirent.h>
#include <signal.h>
#include <stdarg.h>
+#include <string.h>
#ifdef __USE_GNU
# define SMBW_USE_GNU
#endif