Commit ea62f546dca580f366d1208e63c3aae26fdc9538

Edward Thomson 2021-11-14T16:41:11

utf8: include `utf8.h` in tests

1
2
3
4
5
6
7
8
9
10
diff --git a/tests/core/utf8.c b/tests/core/utf8.c
index 021828e..e1987b8 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)
 {