summaryrefslogtreecommitdiffstats
path: root/lldb/tools/lldb-mi/MIUtilFileStd.cpp
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2014-05-26 13:48:38 +0000
committerEd Maste <emaste@freebsd.org>2014-05-26 13:48:38 +0000
commitd60480f7b6177a6124a0f56f17ab0a083ced2702 (patch)
treef96fa227d5a7281072c137068905ebfb2dbeacd8 /lldb/tools/lldb-mi/MIUtilFileStd.cpp
parentd67df369cf0ee9c5360d64a47027399d09fb0ac5 (diff)
downloadbcm5719-llvm-d60480f7b6177a6124a0f56f17ab0a083ced2702.tar.gz
bcm5719-llvm-d60480f7b6177a6124a0f56f17ab0a083ced2702.zip
Add missing header
Presumably included by header leakage on other platforms. llvm-svn: 209630
Diffstat (limited to 'lldb/tools/lldb-mi/MIUtilFileStd.cpp')
-rw-r--r--lldb/tools/lldb-mi/MIUtilFileStd.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/tools/lldb-mi/MIUtilFileStd.cpp b/lldb/tools/lldb-mi/MIUtilFileStd.cpp
index 552dbecf11b..2a195afdc9c 100644
--- a/lldb/tools/lldb-mi/MIUtilFileStd.cpp
+++ b/lldb/tools/lldb-mi/MIUtilFileStd.cpp
@@ -25,6 +25,7 @@
// Third party headers
#include <stdio.h>
#include <assert.h>
+#include <errno.h>
#include <string.h> // Dor strerror()
// In-house headers:
OpenPOWER on IntegriCloud