summaryrefslogtreecommitdiffstats
path: root/Hashtable.c
diff options
context:
space:
mode:
Diffstat (limited to 'Hashtable.c')
-rw-r--r--Hashtable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Hashtable.c b/Hashtable.c
index 383b34a8..a086227c 100644
--- a/Hashtable.c
+++ b/Hashtable.c
@@ -6,7 +6,7 @@ in the source distribution for its full text.
*/
#include "Hashtable.h"
-#include "XAlloc.h"
+#include "XUtils.h"
#include <stdlib.h>
#include <assert.h>