diff options
-rw-r--r-- | lldb/include/lldb/Host/PosixApi.h | 1 | ||||
-rw-r--r-- | lldb/include/lldb/Target/Platform.h | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/lldb/include/lldb/Host/PosixApi.h b/lldb/include/lldb/Host/PosixApi.h index d5c48dd6d17..ceb41ee040f 100644 --- a/lldb/include/lldb/Host/PosixApi.h +++ b/lldb/include/lldb/Host/PosixApi.h @@ -18,6 +18,7 @@ #include "lldb/Host/windows/PosixApi.h" #else #include <unistd.h> +#include <csignal> #endif #endif diff --git a/lldb/include/lldb/Target/Platform.h b/lldb/include/lldb/Target/Platform.h index 14a27928c01..fcb9712e89c 100644 --- a/lldb/include/lldb/Target/Platform.h +++ b/lldb/include/lldb/Target/Platform.h @@ -30,10 +30,6 @@ #include "lldb/lldb-private-forward.h" #include "lldb/lldb-public.h" -// TODO pull NativeDelegate class out of NativeProcessProtocol so we -// can just forward ref the NativeDelegate rather than include it here. -#include "lldb/Host/common/NativeProcessProtocol.h" - namespace lldb_private { class ModuleCache; |