From: Eric Sandeen Date: Thu, 30 Jan 2020 16:43:59 +0000 (-0500) Subject: xfs_repair: don't search for libxfs.h in system headers X-Git-Tag: v5.5.0-rc1~63 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=91c0b8d90f30e5492037ec992f5baff9c730557d;p=xfsprogs-dev.git xfs_repair: don't search for libxfs.h in system headers Signed-off-by: Eric Sandeen Reviewed-by: Darrick J. Wong Reviewed-by: Christoph Hellwig Signed-off-by: Eric Sandeen --- diff --git a/repair/rmap.c b/repair/rmap.c index c4c99131..2f99d35d 100644 --- a/repair/rmap.c +++ b/repair/rmap.c @@ -3,7 +3,7 @@ * Copyright (C) 2016 Oracle. All Rights Reserved. * Author: Darrick J. Wong */ -#include +#include "libxfs.h" #include "btree.h" #include "err_protos.h" #include "libxlog.h" diff --git a/repair/slab.c b/repair/slab.c index f075ee5b..165f97ef 100644 --- a/repair/slab.c +++ b/repair/slab.c @@ -3,7 +3,7 @@ * Copyright (C) 2016 Oracle. All Rights Reserved. * Author: Darrick J. Wong */ -#include +#include "libxfs.h" #include "slab.h" #undef SLAB_DEBUG