Whamcloud - gitweb
Need to include mount_utils.h in the _SOURCES for the tools that use it.
authorbrian <brian>
Thu, 10 Jul 2008 21:23:40 +0000 (21:23 +0000)
committerbrian <brian>
Thu, 10 Jul 2008 21:23:40 +0000 (21:23 +0000)
lustre/utils/mkfs_lustre.c

index b1d1426..1cd478d 100644 (file)
@@ -52,7 +52,7 @@
 #include <lustre_param.h>
 #include <lnet/lnetctl.h>
 #include <lustre_ver.h>
-#include <mount_utils.h>
+#include "mount_utils.h"
 
 #ifndef PATH_MAX
 #define PATH_MAX 4096