summaryrefslogtreecommitdiff
path: root/src/strmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/strmap.c')
-rw-r--r--src/strmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strmap.c b/src/strmap.c
index 09ace0fce..678d98344 100644
--- a/src/strmap.c
+++ b/src/strmap.c
@@ -7,7 +7,7 @@
#include "strmap.h"
-GIT__USE_STRMAP
+__KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal)
int git_strmap_alloc(git_strmap **map)
{