lib:util: Add missing "replace.h" header in tftw
authorAndreas Schneider <asn@samba.org>
Wed, 6 Feb 2019 16:03:28 +0000 (17:03 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Thu, 14 Feb 2019 14:59:25 +0000 (15:59 +0100)
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>
lib/util/tftw.c

index c460e32be04d74e9399a0d9bef08d17276d67dd9..779b96f0b0c0c145445bc0c71909204b836abe27 100644 (file)
@@ -4,6 +4,7 @@
  * Adopted from the csync source code
  */
 
  * Adopted from the csync source code
  */
 
+#include "replace.h"
 #include <errno.h>
 #include <sys/types.h>
 #include <dirent.h>
 #include <errno.h>
 #include <sys/types.h>
 #include <dirent.h>