summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2021-11-14 16:41:11 -0500
committerEdward Thomson <ethomson@edwardthomson.com>2021-11-19 08:21:32 -0500
commitea62f546dca580f366d1208e63c3aae26fdc9538 (patch)
tree1c8f5870f49214f5d2a67f41f3c069b6bcd43f14
parent19743830e651bc67701cf99caf540093b62a35fa (diff)
downloadlibgit2-ea62f546dca580f366d1208e63c3aae26fdc9538.tar.gz
utf8: include `utf8.h` in tests
-rw-r--r--tests/core/utf8.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/core/utf8.c b/tests/core/utf8.c
index 021828e9e..e1987b8d6 100644
--- a/tests/core/utf8.c
+++ b/tests/core/utf8.c
@@ -1,4 +1,5 @@
#include "clar_libgit2.h"
+#include "utf8.h"
void test_core_utf8__char_length(void)
{