summaryrefslogtreecommitdiff
path: root/source3/smbwrapper/realcalls.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-10-07 10:58:12 +0000
committerAndrew Tridgell <tridge@samba.org>1998-10-07 10:58:12 +0000
commitb818ce63596ecc4fa8435237851c0c732067ac62 (patch)
treef36a0bc2d498e30fe107ed71622432de002cc28e /source3/smbwrapper/realcalls.c
parentf4aff92e0337b327d872d32b003dce6f0f2ff5a6 (diff)
downloadsamba-b818ce63596ecc4fa8435237851c0c732067ac62.tar.gz
samba-b818ce63596ecc4fa8435237851c0c732067ac62.tar.bz2
samba-b818ce63596ecc4fa8435237851c0c732067ac62.zip
we need realcalls.h in realcalls.c
(This used to be commit 42765a654f9fe45160760e61a80d789279ee6198)
Diffstat (limited to 'source3/smbwrapper/realcalls.c')
-rw-r--r--source3/smbwrapper/realcalls.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbwrapper/realcalls.c b/source3/smbwrapper/realcalls.c
index a7a4c75020..aabde7fa87 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)