summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2020-03-16 18:50:03 +0100
committerGitHub <[email protected]>2020-03-16 18:50:03 +0100
commit4e4314180f6cf6861cba962efe36701edde71ce4 (patch)
tree171f5e84e4a71d15fc1cd0f3b275f1c88a9382f9
parente89c718bc654f6d53423497d286d30ecf64d98a1 (diff)
downloadSTC-modified-4e4314180f6cf6861cba962efe36701edde71ce4.tar.gz
STC-modified-4e4314180f6cf6861cba962efe36701edde71ce4.zip
Update cmap_test.c
-rw-r--r--cmap_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmap_test.c b/cmap_test.c
index e77ac5b1..12556517 100644
--- a/cmap_test.c
+++ b/cmap_test.c
@@ -24,8 +24,8 @@
#include <stdlib.h>
#include <time.h>
-#include <clib/cmap.h>
-#include <clib/cstring.h>
+#include <c_lib/cmap.h>
+#include <c_lib/cstring.h>
declare_CVector_string(s);
declare_CMap_stringkey(ss, CString, cstring_destroy);