#At file:///home/msvensson/mysql/7.0/ based on revid:magnus.blaudd@stripped
3792 Magnus Blåudd 2010-09-24
ndb - add missing include of sys/stat.h
modified:
storage/ndb/src/kernel/blocks/ndbfs/PosixAsyncFile.cpp
=== modified file 'storage/ndb/src/kernel/blocks/ndbfs/PosixAsyncFile.cpp'
--- a/storage/ndb/src/kernel/blocks/ndbfs/PosixAsyncFile.cpp 2010-08-17 09:54:53 +0000
+++ b/storage/ndb/src/kernel/blocks/ndbfs/PosixAsyncFile.cpp 2010-09-24 15:10:46 +0000
@@ -42,6 +42,8 @@
#include <sys/uio.h>
#include <dirent.h>
+#include <sys/stat.h>
+
PosixAsyncFile::PosixAsyncFile(SimulatedBlock& fs) :
AsyncFile(fs),
theFd(-1),
Attachment: [text/bzr-bundle] bzr/magnus.blaudd@sun.com-20100924151046-tc5pgnsvr4mxno44.bundle
| Thread |
|---|
| • bzr commit into mysql-5.1-telco-7.0 branch (magnus.blaudd:3792) | Magnus Blåudd | 24 Sep |