summaryrefslogtreecommitdiffstats
path: root/Hashtable.c
diff options
context:
space:
mode:
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;