summaryrefslogtreecommitdiffstats
path: root/lldb/tools/driver/Platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/tools/driver/Platform.h')
-rw-r--r--lldb/tools/driver/Platform.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/tools/driver/Platform.h b/lldb/tools/driver/Platform.h
index faa2991bf6f..6c2f1a235e7 100644
--- a/lldb/tools/driver/Platform.h
+++ b/lldb/tools/driver/Platform.h
@@ -10,6 +10,8 @@
#ifndef lldb_Platform_h_
#define lldb_Platform_h_
+#include "lldb/Host/HostGetOpt.h"
+
#if defined( _MSC_VER )
// this will stop signal.h being included
@@ -19,7 +21,6 @@
#include <eh.h>
#include <inttypes.h>
#include "lldb/Host/windows/Windows.h"
- #include "lldb/Host/HostGetOpt.h"
struct timeval
{
@@ -91,7 +92,6 @@
#include <inttypes.h>
- #include <getopt.h>
#include <libgen.h>
#include <sys/ioctl.h>
#include <termios.h>
OpenPOWER on IntegriCloud