hash table FEATURE make hash table public
diff --git a/src/common.h b/src/common.h
index bb4e49d..82b0603 100644
--- a/src/common.h
+++ b/src/common.h
@@ -23,7 +23,7 @@
 #include "compat.h"
 #include "config.h"
 #include "context.h"
-#include "hash_table.h"
+#include "hash_table_internal.h"
 #include "log.h"
 #include "schema_compile.h"
 #include "set.h"