source3: move lib/substitute.c functions out of proto.h
[samba.git] / source3 / modules / vfs_recycle.c
index 6e65794311031a2743607460ae445dc876971d49..b794ebc2d8c17ea0387211cf1f34d30d3d27e614 100644 (file)
@@ -27,6 +27,7 @@
 #include "system/filesys.h"
 #include "../librpc/gen_ndr/ndr_netlogon.h"
 #include "auth.h"
+#include "source3/lib/substitute.h"
 
 #define ALLOC_CHECK(ptr, label) do { if ((ptr) == NULL) { DEBUG(0, ("recycle.bin: out of memory!\n")); errno = ENOMEM; goto label; } } while(0)