diff options
author | Ed Maste <emaste@freebsd.org> | 2014-05-26 13:48:38 +0000 |
---|---|---|
committer | Ed Maste <emaste@freebsd.org> | 2014-05-26 13:48:38 +0000 |
commit | d60480f7b6177a6124a0f56f17ab0a083ced2702 (patch) | |
tree | f96fa227d5a7281072c137068905ebfb2dbeacd8 /lldb/tools/lldb-mi/MIUtilFileStd.cpp | |
parent | d67df369cf0ee9c5360d64a47027399d09fb0ac5 (diff) | |
download | bcm5719-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.cpp | 1 |
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: |