From: Andreas Schneider Date: Wed, 6 Feb 2019 16:03:28 +0000 (+0100) Subject: lib:util: Add missing "replace.h" header in tftw X-Git-Tag: ldb-1.6.1~131 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4985d73c256d763909618a3d5ca4e66ab8f19337;p=thirdparty%2Fsamba.git lib:util: Add missing "replace.h" header in tftw BUG: https://bugzilla.samba.org/show_bug.cgi?id=13778 Signed-off-by: Andreas Schneider Reviewed-by: Guenther Deschner Reviewed-by: Stefan Metzmacher --- diff --git a/lib/util/tftw.c b/lib/util/tftw.c index c460e32be04..779b96f0b0c 100644 --- a/lib/util/tftw.c +++ b/lib/util/tftw.c @@ -4,6 +4,7 @@ * Adopted from the csync source code */ +#include "replace.h" #include #include #include