Patch from Daniel Malea that cleans up the process parameters for Process/Thread classes for POSIX and Linux.



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@165806 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/API/SBDeclaration.cpp b/source/API/SBDeclaration.cpp
index c512c42..2bba12d 100644
--- a/source/API/SBDeclaration.cpp
+++ b/source/API/SBDeclaration.cpp
@@ -13,6 +13,8 @@
 #include "lldb/Core/Stream.h"
 #include "lldb/Symbol/Declaration.h"
 
+#include <limits.h>
+
 using namespace lldb;
 using namespace lldb_private;