From db17bb0e8d7e10d73decf8651420d39883bba81b Mon Sep 17 00:00:00 2001 From: "Darrick J. Wong" Date: Tue, 25 Oct 2016 15:14:30 -0700 Subject: [PATCH] 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 --- include/libxfs.h | 1 + 1 file changed, 1 insertion(+) 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])) -- 2.47.2