ceph_kvstorebench: include <errno.h> not asm-generic/errno.h 25256/head
authorKefu Chai <kchai@redhat.com>
Mon, 26 Nov 2018 08:08:09 +0000 (16:08 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 26 Nov 2018 08:08:20 +0000 (16:08 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/key_value_store/kv_flat_btree_async.cc

index cdf3ef28a93bb6d05f359cb8eb8389c76fa5bd74..b833a458d2cb1c4392be53aa86077fac10cc1e80 100644 (file)
 #include "key_value_store/kv_flat_btree_async.h"
 #include "key_value_store/kvs_arg_types.h"
 #include "include/rados/librados.hpp"
-#include "/usr/include/asm-generic/errno.h"
-#include "/usr/include/asm-generic/errno-base.h"
 #include "common/ceph_context.h"
 #include "common/Clock.h"
 #include "include/types.h"
 
-
+#include <errno.h>
 #include <string>
 #include <iostream>
 #include <cassert>