summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-misc/boinc/files/6.4.5-glibc210.patch')
-rw-r--r--sci-misc/boinc/files/6.4.5-glibc210.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/sci-misc/boinc/files/6.4.5-glibc210.patch b/sci-misc/boinc/files/6.4.5-glibc210.patch
new file mode 100644
index 000000000000..c1f11f653fc9
--- /dev/null
+++ b/sci-misc/boinc/files/6.4.5-glibc210.patch
@@ -0,0 +1,13 @@
+Index: lib/str_util.h
+===================================================================
+--- lib/str_util.h (revision 18304)
++++ lib/str_util.h (working copy)
+@@ -18,6 +18,8 @@
+ #ifndef STR_UTIL_H
+ #define STR_UTIL_H
+
++#include "config.h"
++
+ #include <cstdlib>
+ #include <ctime>
+ #include <cctype>