summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/util/string_wrappers.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/util/string_wrappers.h b/lib/util/string_wrappers.h
index 1feea8cbc07..00bce079fbf 100644
--- a/lib/util/string_wrappers.h
+++ b/lib/util/string_wrappers.h
@@ -23,6 +23,8 @@
#ifndef _STRING_WRAPPERS_H
#define _STRING_WRAPPERS_H
+#include "lib/replace/replace.h" /* for config symbols */
+
#define strlcpy_base(dest, src, base, size) \
do { \
const char *_strlcpy_base_src = (const char *)src; \