mirror of
https://github.com/ceph/ceph
synced 2025-01-21 02:31:19 +00:00
test/libcephfs: add missing includes
Some tests will need to include "compat.h" and "fs_types.h" in order to build for Windows. Signed-off-by: Lucian Petrut <lpetrut@cloudbasesolutions.com>
This commit is contained in:
parent
d8ea79e232
commit
0e124ed1a9
@ -17,6 +17,7 @@
|
|||||||
#include "include/buffer.h"
|
#include "include/buffer.h"
|
||||||
#include "include/stringify.h"
|
#include "include/stringify.h"
|
||||||
#include "include/cephfs/libcephfs.h"
|
#include "include/cephfs/libcephfs.h"
|
||||||
|
#include "include/fs_types.h"
|
||||||
#include "include/rados/librados.h"
|
#include "include/rados/librados.h"
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
|
@ -13,6 +13,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "gtest/gtest.h"
|
#include "gtest/gtest.h"
|
||||||
|
#include "include/compat.h"
|
||||||
#include "include/cephfs/libcephfs.h"
|
#include "include/cephfs/libcephfs.h"
|
||||||
#include "include/rados/librados.h"
|
#include "include/rados/librados.h"
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "gtest/gtest.h"
|
#include "gtest/gtest.h"
|
||||||
|
#include "include/compat.h"
|
||||||
#include "include/cephfs/libcephfs.h"
|
#include "include/cephfs/libcephfs.h"
|
||||||
#include "include/fs_types.h"
|
#include "include/fs_types.h"
|
||||||
#include "include/stat.h"
|
#include "include/stat.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user