From bba8ae4ede5fad17583e61e15138773b1757edc2 Mon Sep 17 00:00:00 2001 From: brian Date: Thu, 10 Jul 2008 21:23:40 +0000 Subject: [PATCH] Need to include mount_utils.h in the _SOURCES for the tools that use it. --- lustre/utils/mkfs_lustre.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.8.3.1