]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
libxfs: add xfs_refcount.h to the standard include list
authorDarrick J. Wong <darrick.wong@oracle.com>
Tue, 25 Oct 2016 22:14:30 +0000 (15:14 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Wed, 26 Oct 2016 18:13:12 +0000 (11:13 -0700)
Pick up the definitions in xfs_refcount.h for all compilation units.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
include/libxfs.h

index ec8f6abc905c9e4a480c5cd6aa93f1bc534da80e..e5e152378c2c89ccd5b73636f827bada5fd21aa9 100644 (file)
@@ -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]))