From: brian Date: Thu, 10 Jul 2008 21:23:40 +0000 (+0000) Subject: Need to include mount_utils.h in the _SOURCES for the tools that use it. X-Git-Tag: v1_7_0_51~2^120 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=bba8ae4ede5fad17583e61e15138773b1757edc2;p=fs%2Flustre-release.git Need to include mount_utils.h in the _SOURCES for the tools that use it. --- diff --git a/lustre/utils/mkfs_lustre.c b/lustre/utils/mkfs_lustre.c index b1d1426..1cd478d 100644 --- a/lustre/utils/mkfs_lustre.c +++ b/lustre/utils/mkfs_lustre.c @@ -52,7 +52,7 @@ #include #include #include -#include +#include "mount_utils.h" #ifndef PATH_MAX #define PATH_MAX 4096