From 25a1652fa7986d24680809f872555cf460119ed7 Mon Sep 17 00:00:00 2001
From: walter <walter>
Date: Tue, 25 Sep 2007 16:36:06 +0000
Subject: [PATCH] bz-13516

---
 lustre/liblustre/llite_lib.c | 1 +
 lustre/utils/liblustreapi.c  | 3 +--
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lustre/liblustre/llite_lib.c b/lustre/liblustre/llite_lib.c
index 9c196657ba..49f97a7ac6 100644
--- a/lustre/liblustre/llite_lib.c
+++ b/lustre/liblustre/llite_lib.c
@@ -44,6 +44,7 @@
  * of 'LIST_HEAD'. undef it to suppress warnings
  */
 #undef LIST_HEAD
+#include <liblustre.h>
 #include <lnet/lnetctl.h>     /* needed for parse_dump */
 
 #include "lutil.h"
diff --git a/lustre/utils/liblustreapi.c b/lustre/utils/liblustreapi.c
index cb70a9961c..e61d811a98 100644
--- a/lustre/utils/liblustreapi.c
+++ b/lustre/utils/liblustreapi.c
@@ -49,9 +49,8 @@
 #include <unistd.h>
 #endif
 
-#include <lnet/lnetctl.h>
-
 #include <liblustre.h>
+#include <lnet/lnetctl.h>
 #include <obd.h>
 #include <lustre_lib.h>
 #include <lustre/liblustreapi.h>
-- 
GitLab