mirror of
https://github.com/ceph/ceph
synced 2025-01-02 00:52:22 +00:00
librbd: fix includes for portability
This needs limits.h for Centos, and the inttypes.h wrapper for FreeBSD. Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
This commit is contained in:
parent
aae9214c80
commit
6c5c939f1d
@ -1,12 +1,13 @@
|
||||
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
|
||||
// vim: ts=8 sw=2 smarttab
|
||||
#include <errno.h>
|
||||
#include <inttypes.h>
|
||||
#include <limits.h>
|
||||
|
||||
#include "common/ceph_context.h"
|
||||
#include "common/dout.h"
|
||||
#include "common/errno.h"
|
||||
#include "cls/lock/cls_lock_client.h"
|
||||
#include "include/inttypes.h"
|
||||
#include "include/stringify.h"
|
||||
|
||||
#include "librbd/AioCompletion.h"
|
||||
|
Loading…
Reference in New Issue
Block a user