diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-11-05 20:21:17 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-11-05 20:21:17 +0100 |
commit | 14c6ef3d83366a1efac34d5870b7ba15841ed724 (patch) | |
tree | 9a201e2d449dc6d6b056e79fe5256b096c679ddf /tests/unit/core | |
parent | 9c5837d143b68853e84a7cf12e1abcc82c350100 (diff) | |
download | weechat-14c6ef3d83366a1efac34d5870b7ba15841ed724.zip |
tests: add missing include of string.h
Diffstat (limited to 'tests/unit/core')
-rw-r--r-- | tests/unit/core/test-core-hdata.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/core/test-core-hdata.cpp b/tests/unit/core/test-core-hdata.cpp index 008a5c4f0..815434dd4 100644 --- a/tests/unit/core/test-core-hdata.cpp +++ b/tests/unit/core/test-core-hdata.cpp @@ -23,6 +23,7 @@ extern "C" { +#include <string.h> #include "src/core/wee-hdata.h" #include "src/core/wee-config.h" #include "src/core/wee-hashtable.h" |