mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
Include compat_string.h in smartlist.c
We need this for strcasecmp on (some) Windows build environments. Fix from Gisle Vanem.
This commit is contained in:
parent
fecb8214d5
commit
3d610363ef
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue