summaryrefslogtreecommitdiffstats
path: root/lldb/tools/driver/Platform.cpp
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2017-01-06 13:07:09 +0000
committerPavel Labath <labath@google.com>2017-01-06 13:07:09 +0000
commitc523c38fcc829a14ea77766f7d177266206fb276 (patch)
treeed5946d024a8b3a85f1708fe6e640a2db94447f9 /lldb/tools/driver/Platform.cpp
parentbda6fb738952ede0206d13469bc1ff3424ddabb2 (diff)
downloadbcm5719-llvm-c523c38fcc829a14ea77766f7d177266206fb276.tar.gz
bcm5719-llvm-c523c38fcc829a14ea77766f7d177266206fb276.zip
Another windows build fix
llvm-svn: 291234
Diffstat (limited to 'lldb/tools/driver/Platform.cpp')
-rw-r--r--lldb/tools/driver/Platform.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/tools/driver/Platform.cpp b/lldb/tools/driver/Platform.cpp
index a9d1bee5ccf..b1b7de8e8a2 100644
--- a/lldb/tools/driver/Platform.cpp
+++ b/lldb/tools/driver/Platform.cpp
@@ -15,6 +15,7 @@
#include <stdlib.h>
#include "Platform.h"
+#include "llvm/Support/ErrorHandling.h"
int ioctl(int d, int request, ...) {
switch (request) {
OpenPOWER on IntegriCloud