]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfs_repair: don't search for libxfs.h in system headers
authorEric Sandeen <sandeen@redhat.com>
Thu, 30 Jan 2020 16:43:59 +0000 (11:43 -0500)
committerEric Sandeen <sandeen@redhat.com>
Thu, 30 Jan 2020 16:43:59 +0000 (11:43 -0500)
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
repair/rmap.c
repair/slab.c

index c4c99131336cfc59bd1253ba0575ca4373dcb05f..2f99d35ddd02e694ebbdaa5f8421115c80b0ead4 100644 (file)
@@ -3,7 +3,7 @@
  * Copyright (C) 2016 Oracle.  All Rights Reserved.
  * Author: Darrick J. Wong <darrick.wong@oracle.com>
  */
-#include <libxfs.h>
+#include "libxfs.h"
 #include "btree.h"
 #include "err_protos.h"
 #include "libxlog.h"
index f075ee5be31a3d4468de2822cecb06f8422a9604..165f97efd29dad19fc138b6b1b76866958c99689 100644 (file)
@@ -3,7 +3,7 @@
  * Copyright (C) 2016 Oracle.  All Rights Reserved.
  * Author: Darrick J. Wong <darrick.wong@oracle.com>
  */
-#include <libxfs.h>
+#include "libxfs.h"
 #include "slab.h"
 
 #undef SLAB_DEBUG