Whamcloud - gitweb
LU-1930 build: Back end file system fixes.
[fs/lustre-release.git] / lustre / utils / mount_utils_zfs.c
index 88d7a0c..d347d89 100644 (file)
 /*
  * Author: Brian Behlendorf <behlendorf1@llnl.gov>
  */
-
+#include "mount_utils.h"
 #include <stdio.h>
 #include <string.h>
-#include <libzfs/libzfs.h>
+#include <libzfs.h>
 #include <dlfcn.h>
 
-#include "mount_utils.h"
-
 /* Persistent mount data is stored in these user  attributes */
 #define LDD_VERSION_PROP                "lustre:version"
 #define LDD_FLAGS_PROP                  "lustre:flags"