1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-24 13:57:43 +03:00

we need realcalls.h in realcalls.c

This commit is contained in:
Andrew Tridgell -
parent f92383689a
commit 42765a654f

View File

@ -20,6 +20,7 @@
*/
#include "includes.h"
#include "realcalls.h"
#ifdef REPLACE_UTIME
int real_utime(const char *name, struct utimbuf *buf)