[Lldb-commits] [lldb] r209630 - Add missing header
    Ed Maste 
    emaste at freebsd.org
       
    Mon May 26 06:48:38 PDT 2014
    
    
  
Author: emaste
Date: Mon May 26 08:48:38 2014
New Revision: 209630
URL: http://llvm.org/viewvc/llvm-project?rev=209630&view=rev
Log:
Add missing header
Presumably included by header leakage on other platforms.
Modified:
    lldb/trunk/tools/lldb-mi/MIUtilFileStd.cpp
Modified: lldb/trunk/tools/lldb-mi/MIUtilFileStd.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/tools/lldb-mi/MIUtilFileStd.cpp?rev=209630&r1=209629&r2=209630&view=diff
==============================================================================
--- lldb/trunk/tools/lldb-mi/MIUtilFileStd.cpp (original)
+++ lldb/trunk/tools/lldb-mi/MIUtilFileStd.cpp Mon May 26 08:48:38 2014
@@ -25,6 +25,7 @@
 // Third party headers
 #include <stdio.h>
 #include <assert.h>
+#include <errno.h>
 #include <string.h>		// Dor strerror()
 
 // In-house headers:
    
    
More information about the lldb-commits
mailing list