summaryrefslogtreecommitdiff
path: root/test/test_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_common.h')
-rw-r--r--test/test_common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test_common.h b/test/test_common.h
index c9939bb..75d5072 100644
--- a/test/test_common.h
+++ b/test/test_common.h
@@ -43,7 +43,8 @@
#include <stdbool.h>
#include <stdlib.h>
#include "libtsm.h"
-#include "shl_hashtable.h"
+#include "libtsm_int.h"
+#include "shl_htable.h"
/* lower address-space is protected from user-allocation, so this is invalid */
#define TEST_INVALID_PTR ((void*)0x10)