1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

lib:util: Add missing "replace.h" header in tftw

BUG: https://bugzilla.samba.org/show_bug.cgi?id=13778

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
Andreas Schneider 2019-02-06 17:03:28 +01:00 committed by Andreas Schneider
parent ea2de21dd8
commit 4985d73c25

View File

@ -4,6 +4,7 @@
* Adopted from the csync source code
*/
#include "replace.h"
#include <errno.h>
#include <sys/types.h>
#include <dirent.h>