Whamcloud - gitweb
LU-5587 lustre: require HAVE_SERVER_SUPPORT in md_object.h
[fs/lustre-release.git] / lustre / obdecho / echo_client.c
index 53ffaa2..f7ddd24 100644 (file)
 #include <lustre_debug.h>
 #include <lprocfs_status.h>
 #include <cl_object.h>
-#include <md_object.h>
 #include <lustre_fid.h>
 #include <lustre_acl.h>
 #include <lustre_ioctl.h>
 #include <lustre_net.h>
+#ifdef HAVE_SERVER_SUPPORT
+# include <md_object.h>
+#endif /* HAVE_SERVER_SUPPORT */
 
 #include "echo_internal.h"