Commit ac57f924 authored by marko's avatar marko

branches/zip: i_s.cc: Add missing #include "buf0buf.h" that should have

been added in r1943.  This is needed for building a noninlined version.
parent c3f4b2a5
......@@ -22,6 +22,7 @@ extern "C" {
#include "trx0i_s.h"
#include "trx0trx.h" /* for TRX_QUE_STATE_STR_MAX_LEN */
#include "buf0buddy.h" /* for i_s_zip */
#include "buf0buf.h" /* for buf_pool and PAGE_ZIP_MIN_SIZE */
}
static const char plugin_author[] = "Innobase Oy";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment