summaryrefslogtreecommitdiffstats
path: root/Hashtable.c
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2021-08-24 17:27:43 +0200
committerBenBE <BenBE@geshi.org>2021-08-25 09:54:30 +0200
commit2bf626c4e4c827397d40c0b84a5023c308aeec73 (patch)
tree391a6c42965af343cf9b356eb9a22c9d81171194 /Hashtable.c
parentfecf09336755582cf1c64ecb89fcb2181c87c681 (diff)
IWYU update
Diffstat (limited to 'Hashtable.c')
-rw-r--r--Hashtable.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/Hashtable.c b/Hashtable.c
index f1761eeb..d040afa6 100644
--- a/Hashtable.c
+++ b/Hashtable.c
@@ -18,6 +18,10 @@ in the source distribution for its full text.
#include "Macros.h"
#include "XUtils.h"
+#ifndef NDEBUG
+#include <stdio.h>
+#endif
+
typedef struct HashtableItem_ {
ht_key_t key;

© 2014-2024 Faster IT GmbH | imprint | privacy policy