fixed compile failed on jenkins

This commit is contained in:
HaHaJeff 2023-10-20 11:39:54 +00:00 committed by ob-robot
parent 00a07de354
commit 332d25bc0e
2 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,6 @@
#include "log_define.h"
#include "lib/list/ob_dlist.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"
namespace oceanbase

View File

@ -10,6 +10,7 @@
* See the Mulan PubL v2 for more details.
*/
#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 "share/ob_errno.h"
namespace oceanbase