summaryrefslogtreecommitdiff
path: root/src/hashmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hashmap.h')
-rw-r--r--src/hashmap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hashmap.h b/src/hashmap.h
index 5095f77..e8fa819 100644
--- a/src/hashmap.h
+++ b/src/hashmap.h
@@ -21,6 +21,8 @@
#ifndef _HASHMAP_H
#define _HASHMAP_H
+#include "common.h"
+
/*
* We're using a typedef here to "hide" the implementation details of the
* hash map. Sure, it's a pointer, but the struct is hidden in the C file.