summaryrefslogtreecommitdiff
path: root/source4/ntvfs
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2016-05-03 16:12:10 +0200
committerJeremy Allison <jra@samba.org>2016-05-04 01:28:23 +0200
commit93b982faada860b6be178e0dcd4650bf7ca498aa (patch)
tree9490064432f053be94265375b2f3a60d0798974e /source4/ntvfs
parent9ec33323499cae77dba1ea3ff659d3cf59e9e2d4 (diff)
downloadsamba-93b982faada860b6be178e0dcd4650bf7ca498aa.tar.gz
lib: Give base64.c its own .h
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source4/ntvfs')
-rw-r--r--source4/ntvfs/posix/python/pyxattr_native.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/ntvfs/posix/python/pyxattr_native.c b/source4/ntvfs/posix/python/pyxattr_native.c
index 8dd98d26e80..6758996da6d 100644
--- a/source4/ntvfs/posix/python/pyxattr_native.c
+++ b/source4/ntvfs/posix/python/pyxattr_native.c
@@ -22,6 +22,7 @@
#include "includes.h"
#include "librpc/ndr/libndr.h"
#include "system/filesys.h"
+#include "lib/util/base64.h"
void initxattr_native(void);