diff options
Diffstat (limited to 'net/boinc-client/files/patch-lib__str_util.cpp')
-rw-r--r-- | net/boinc-client/files/patch-lib__str_util.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/boinc-client/files/patch-lib__str_util.cpp b/net/boinc-client/files/patch-lib__str_util.cpp new file mode 100644 index 000000000000..eabec39d4d16 --- /dev/null +++ b/net/boinc-client/files/patch-lib__str_util.cpp @@ -0,0 +1,10 @@ +--- ./lib/str_util.cpp.orig 2013-07-24 15:13:29.000000000 +0000 ++++ ./lib/str_util.cpp 2013-09-17 21:45:40.000000000 +0000 +@@ -29,6 +29,7 @@ + #include <string> + #include <math.h> + #include <string.h> ++#include <time.h> + #include <stdlib.h> + #include <ctype.h> + #endif |