]> www.infradead.org Git - users/hch/xfsprogs.git/commitdiff
fixup
authorChristoph Hellwig <hch@lst.de>
Mon, 5 Aug 2024 17:47:45 +0000 (10:47 -0700)
committerChristoph Hellwig <hch@lst.de>
Tue, 6 Aug 2024 12:53:49 +0000 (05:53 -0700)
include/libxfs.h
libxfs/libxfs_priv.h

index 77c3d76e21dd737db28dec8faa0c58f3b10f2cfc..d6abe741a2d4869e530d42e0779f99ff73d00812 100644 (file)
@@ -95,6 +95,8 @@ struct iomap;
 #include "xfs_ag_resv.h"
 #include "xfs_metafile.h"
 #include "xfs_metadir.h"
+#include "xfs_rtbitmap.h"
+#include "xfs_rtgroup.h"
 
 #ifndef ARRAY_SIZE
 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
index 2360b4f7dfce62402bb9081f7b42c8a9756e89ab..0f42f8a9060ed91d3c41f87a74a15de4b7a4796d 100644 (file)
@@ -52,6 +52,7 @@
 #include "libfrog/radix-tree.h"
 #include "libfrog/bitmask.h"
 #include "libfrog/div64.h"
+#include "libfrog/util.h"
 #include "atomic.h"
 #include "spinlock.h"
 #include "linux-err.h"