From: Darrick J. Wong Date: Tue, 25 Oct 2016 22:14:30 +0000 (-0700) Subject: libxfs: add xfs_refcount.h to the standard include list X-Git-Tag: v4.9.0-rc1~61 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=db17bb0e8d7e10d73decf8651420d39883bba81b;p=thirdparty%2Fxfsprogs-dev.git libxfs: add xfs_refcount.h to the standard include list Pick up the definitions in xfs_refcount.h for all compilation units. Signed-off-by: Darrick J. Wong --- diff --git a/include/libxfs.h b/include/libxfs.h index ec8f6abc9..e5e152378 100644 --- a/include/libxfs.h +++ b/include/libxfs.h @@ -80,6 +80,7 @@ extern uint32_t crc32c_le(uint32_t crc, unsigned char const *p, size_t len); #include "xfs_rmap_btree.h" #include "xfs_rmap.h" #include "xfs_refcount_btree.h" +#include "xfs_refcount.h" #ifndef ARRAY_SIZE #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))