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.
This commit is contained in:
marko 2007-10-05 10:59:34 +00:00
parent c3f4b2a547
commit ac57f9244e

View file

@ -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";