Add missing header
authorEd Maste <emaste@freebsd.org>
Mon, 26 May 2014 13:48:38 +0000 (13:48 +0000)
committerEd Maste <emaste@freebsd.org>
Mon, 26 May 2014 13:48:38 +0000 (13:48 +0000)
Presumably included by header leakage on other platforms.

llvm-svn: 209630

lldb/tools/lldb-mi/MIUtilFileStd.cpp

index 552dbec..2a195af 100644 (file)
@@ -25,6 +25,7 @@
 // Third party headers
 #include <stdio.h>
 #include <assert.h>
+#include <errno.h>
 #include <string.h>            // Dor strerror()
 
 // In-house headers: