diff options
Diffstat (limited to 'examples/mapmap.c')
| -rw-r--r-- | examples/mapmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/mapmap.c b/examples/mapmap.c index 77c71fe9..35b5f510 100644 --- a/examples/mapmap.c +++ b/examples/mapmap.c @@ -1,6 +1,6 @@ #include <stdio.h>
-#include <stc/chash.h>
+#include <stc/cmap.h>
static void test_destr(int* x) {
printf("destroy int: %d\n", *x);
|
