fixed compile failed on jenkins
This commit is contained in:
@ -13,7 +13,6 @@
|
|||||||
#include "log_define.h"
|
#include "log_define.h"
|
||||||
#include "lib/list/ob_dlist.h"
|
#include "lib/list/ob_dlist.h"
|
||||||
#include "share/ob_errno.h"
|
#include "share/ob_errno.h"
|
||||||
#include "linux/falloc.h" // FALLOC_FL_ZERO_RANGE for linux kernel 4.9
|
|
||||||
#include "log_block_pool_interface.h"
|
#include "log_block_pool_interface.h"
|
||||||
|
|
||||||
namespace oceanbase
|
namespace oceanbase
|
||||||
|
|||||||
@ -10,6 +10,7 @@
|
|||||||
* See the Mulan PubL v2 for more details.
|
* See the Mulan PubL v2 for more details.
|
||||||
*/
|
*/
|
||||||
#include "log_io_utils.h"
|
#include "log_io_utils.h"
|
||||||
|
#include <linux/falloc.h> // FALLOC_FL_ZERO_RANGE for linux kernel 3.15
|
||||||
#include "log_block_pool_interface.h"
|
#include "log_block_pool_interface.h"
|
||||||
#include "share/ob_errno.h"
|
#include "share/ob_errno.h"
|
||||||
namespace oceanbase
|
namespace oceanbase
|
||||||
|
|||||||
Reference in New Issue
Block a user