diff options
| -rw-r--r-- | stc/chash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stc/chash.h b/stc/chash.h index 1518d1dc..870d6ae4 100644 --- a/stc/chash.h +++ b/stc/chash.h @@ -23,7 +23,7 @@ /* // Example:
#include <stdio.h>
-#include <stc/cmap.h>
+#include <stc/chash.h>
declare_CHash(sx, int); // Set of int
declare_CHash(mx, int, char); // Map of int -> char
|
