File fix-lms-compilation.diff of Package intel-iamt
commit 37c82be3b33bfdde8504203a3eae26b105604db9
Author: root <root@sle11-nhm.bj.intel.com>
Date: Tue Sep 23 10:02:01 2008 +0800
add pthread head file
diff --git a/source/src/LMEConnection.cpp b/source/src/LMEConnection.cpp
index cf8f0db..d5a5334 100644
--- a/source/src/LMEConnection.cpp
+++ b/source/src/LMEConnection.cpp
@@ -39,6 +39,7 @@
#ifdef _LINUX
#include <netinet/in.h>
#include <arpa/inet.h>
+#include <pthread.h>
#endif
#define HECI_BUFF_SIZE 0x1000