summaryrefslogtreecommitdiff
path: root/src/basic/hashmap.c
diff options
context:
space:
mode:
authorSven Eden <sven.eden@prydeworx.com>2018-11-08 07:53:08 +0100
committerSven Eden <sven.eden@prydeworx.com>2018-11-08 08:02:57 +0100
commitb3ced55dae5e496d5e8741ca5e4fb5a4ba62a9a3 (patch)
tree8e61e8fb72686800e106e1cf40bf00e4558cab9a /src/basic/hashmap.c
parent0300d4f6e98ae9c3cf65ce6719b3b4111e384621 (diff)
Prep v239.2: Fix migration errors in basic
Diffstat (limited to 'src/basic/hashmap.c')
-rw-r--r--src/basic/hashmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/basic/hashmap.c b/src/basic/hashmap.c
index 2bee671da..40ae2c384 100644
--- a/src/basic/hashmap.c
+++ b/src/basic/hashmap.c
@@ -7,7 +7,7 @@
#include "alloc-util.h"
#include "fileio.h"
-//#include "hashmap.h"
+#include "hashmap.h"
#include "macro.h"
#include "mempool.h"
#include "process-util.h"