From 3d610363eff2fe70d3775a66a97f844956480141 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 5 Jul 2018 13:53:17 -0400 Subject: [PATCH] Include compat_string.h in smartlist.c We need this for strcasecmp on (some) Windows build environments. Fix from Gisle Vanem. --- src/lib/container/smartlist.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/container/smartlist.c b/src/lib/container/smartlist.c index 63c50e045d..c3abbff513 100644 --- a/src/lib/container/smartlist.c +++ b/src/lib/container/smartlist.c @@ -21,6 +21,7 @@ #include "lib/defs/digest_sizes.h" #include "lib/ctime/di_ops.h" #include "lib/string/compat_ctype.h" +#include "lib/string/compat_string.h" #include "lib/string/util_string.h" #include "lib/string/printf.h" -- 2.47.3