commit | 8ac035dd248b61846cb0cba7c7257dcdd600f749 | [log] [tgz] |
---|---|---|
author | Greg Clayton <gclayton@apple.com> | Tue Sep 04 14:55:50 2012 +0000 |
committer | Greg Clayton <gclayton@apple.com> | Tue Sep 04 14:55:50 2012 +0000 |
tree | ace11b17ab7b162a2f3e5c080f9efd97caf0bd2c | |
parent | aaf7fad2bb839010596e6d8e673e9635f4ddf372 [diff] [blame] |
Patch from info from Daniel Malea that should fix the build on linux after fixes committed with revision 162860. git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@163139 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Plugins/Process/POSIX/ProcessPOSIX.cpp b/source/Plugins/Process/POSIX/ProcessPOSIX.cpp index fd1b0e0..1c7bf6a 100644 --- a/source/Plugins/Process/POSIX/ProcessPOSIX.cpp +++ b/source/Plugins/Process/POSIX/ProcessPOSIX.cpp
@@ -12,6 +12,7 @@ // C++ Includes // Other libraries and framework includes +#include "lldb/Core/Module.h" #include "lldb/Core/PluginManager.h" #include "lldb/Core/State.h" #include "lldb/Host/Host.h"