From b818ce63596ecc4fa8435237851c0c732067ac62 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 7 Oct 1998 10:58:12 +0000 Subject: [PATCH] we need realcalls.h in realcalls.c (This used to be commit 42765a654f9fe45160760e61a80d789279ee6198) --- source3/smbwrapper/realcalls.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source3/smbwrapper/realcalls.c b/source3/smbwrapper/realcalls.c index a7a4c75020f..aabde7fa87c 100644 --- a/source3/smbwrapper/realcalls.c +++ b/source3/smbwrapper/realcalls.c @@ -20,6 +20,7 @@ */ #include "includes.h" +#include "realcalls.h" #ifdef REPLACE_UTIME int real_utime(const char *name, struct utimbuf *buf) -- 2.34.1