r5298: - got rid of pstring.h from includes.h. This at least makes it a bit
[bbaumbach/samba-autobuild/.git] / source4 / lib / ldb / tools / ldbrename.c
index 3ee001cf23f02bc0e6de1bebc9919a18a2f020a5..ba870b0a457c265a7368bd1958e70a74530571cb 100644 (file)
 #include "ldb/include/ldb.h"
 #include "ldb/include/ldb_private.h"
 
+#ifdef _SAMBA_BUILD_
+#include "system/filesys.h"
+#endif
+
 static void usage(void)
 {
        printf("Usage: ldbrename [<options>] <olddn> <newdn>\n");