summaryrefslogtreecommitdiff
path: root/sql/handler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/handler.cc')
-rw-r--r--sql/handler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/handler.cc b/sql/handler.cc
index b7b599a0a90..39d9b706ed2 100644
--- a/sql/handler.cc
+++ b/sql/handler.cc
@@ -38,7 +38,7 @@ extern handlerton blackhole_hton;
extern handlerton example_hton;
#endif
#ifdef HAVE_ARCHIVE_DB
-#include "examples/ha_archive.h"
+#include "ha_archive.h"
extern handlerton archive_hton;
#endif
#ifdef HAVE_CSV_DB