summaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/new_map.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/new_map.c b/examples/new_map.c
index ec37a846..2671790a 100644
--- a/examples/new_map.c
+++ b/examples/new_map.c
@@ -25,6 +25,7 @@ int point_cmp(const Point* a, const Point* b) {
#define i_key Point
#define i_val int
#define i_cmp point_cmp
+#define i_hash c_default_hash
#define i_opt c_is_fwd
#define i_tag pnt
#include <stc/cmap.h>