Skip to content

Commit

Permalink
os/filestore/chain_xattr.h:uses ENODATA, so include compat.h
Browse files Browse the repository at this point in the history
 - Trying to be able to build with ENODATA in /usr/include/errno.h
   And here we use ENODATA for testing attributes.
   Include it here, otherwise it will be require in plenty other files.

Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
  • Loading branch information
wjwithagen committed Dec 2, 2016
1 parent b3e2719 commit c932230
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/os/filestore/chain_xattr.h
Expand Up @@ -4,6 +4,7 @@
#ifndef __CEPH_OSD_CHAIN_XATTR_H
#define __CEPH_OSD_CHAIN_XATTR_H

#include "include/compat.h"
#include "common/xattr.h"
#include "include/assert.h"
#include "include/buffer.h"
Expand Down

0 comments on commit c932230

Please sign in to comment.