aboutsummaryrefslogtreecommitdiff
path: root/tools/driver/Platform.h
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2019-10-23 17:53:01 +0000
committerDimitry Andric <dim@FreeBSD.org>2019-10-23 17:53:01 +0000
commitead246455adf1a215ec2715dad6533073a6beb4e (patch)
treef3f97a47d77053bf96fe74cdbd6fae74380e8a92 /tools/driver/Platform.h
parentfdb00c4408990a0a63ef7f496d809ce59f263bc5 (diff)
Notes
Diffstat (limited to 'tools/driver/Platform.h')
-rw-r--r--tools/driver/Platform.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/driver/Platform.h b/tools/driver/Platform.h
index 064491503e0c..cf6c4ec8e146 100644
--- a/tools/driver/Platform.h
+++ b/tools/driver/Platform.h
@@ -9,12 +9,17 @@
#ifndef lldb_Platform_h_
#define lldb_Platform_h_
+#include "lldb/Host/Config.h"
+
#if defined(_WIN32)
#include <io.h>
#if defined(_MSC_VER)
#include <signal.h>
#endif
+#if HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
#include "lldb/Host/windows/windows.h"
#include <inttypes.h>