Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into...
[vuplus_openembedded] / packages / bonnie / files / gcc-4.3-fixes.patch
1 ---
2  zcav.cpp |    1 +
3  1 file changed, 1 insertion(+)
4
5 Index: bonnie++-1.03a/zcav.cpp
6 ===================================================================
7 --- bonnie++-1.03a.orig/zcav.cpp
8 +++ bonnie++-1.03a/zcav.cpp
9 @@ -15,6 +15,7 @@ using namespace std;
10  #else
11  #include <vector.h>
12  #endif
13 +#include <string.h>
14  
15  // Read the specified number of megabytes of data from the fd and return the
16  // amount of time elapsed in seconds.