about summary refs log tree commit diff stats
path: root/wrapperhelper/src/vector.c
diff options
context:
space:
mode:
Diffstat (limited to 'wrapperhelper/src/vector.c')
-rw-r--r--wrapperhelper/src/vector.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/wrapperhelper/src/vector.c b/wrapperhelper/src/vector.c
index c3f710d7..d1604e6d 100644
--- a/wrapperhelper/src/vector.c
+++ b/wrapperhelper/src/vector.c
@@ -3,6 +3,7 @@
 VECTOR_IMPL(voidp, (void))
 VECTOR_IMPL(char, (void))
 VECTOR_IMPL(charp, (void))
+VECTOR_IMPL(ccharp, (void))
 static void stringp_del(string_t **s) { return string_del(*s); }
 VECTOR_IMPL(string, stringp_del)