summaryrefslogtreecommitdiffstats
path: root/src/polypcore/hashmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/polypcore/hashmap.c')
-rw-r--r--src/polypcore/hashmap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/polypcore/hashmap.c b/src/polypcore/hashmap.c
index 8861fd3d..adc322f0 100644
--- a/src/polypcore/hashmap.c
+++ b/src/polypcore/hashmap.c
@@ -27,8 +27,9 @@
#include <assert.h>
#include <string.h>
+#include <polyp/xmalloc.h>
+
#include <polypcore/idxset.h>
-#include <polypcore/xmalloc.h>
#include <polypcore/log.h>
#include "hashmap.h"