[Lldb-commits] [lldb] r195305 - sys/stat.h needed for mkdir, chmod, stat.

Jason Molenda jmolenda at apple.com
Wed Nov 20 18:45:55 PST 2013


Author: jmolenda
Date: Wed Nov 20 20:45:55 2013
New Revision: 195305

URL: http://llvm.org/viewvc/llvm-project?rev=195305&view=rev
Log:
sys/stat.h needed for mkdir, chmod, stat.

Modified:
    lldb/trunk/source/Host/common/Host.cpp

Modified: lldb/trunk/source/Host/common/Host.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Host/common/Host.cpp?rev=195305&r1=195304&r2=195305&view=diff
==============================================================================
--- lldb/trunk/source/Host/common/Host.cpp (original)
+++ lldb/trunk/source/Host/common/Host.cpp Wed Nov 20 20:45:55 2013
@@ -22,6 +22,7 @@
 #include <grp.h>
 #include <netdb.h>
 #include <pwd.h>
+#include <sys/stat.h>
 #endif
 
 #if !defined (__GNU__) && !defined (_WIN32)





More information about the lldb-commits mailing list