diff options
Diffstat (limited to 'java/guavac/files/patch-ae')
-rw-r--r-- | java/guavac/files/patch-ae | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/java/guavac/files/patch-ae b/java/guavac/files/patch-ae new file mode 100644 index 000000000000..7b4e525eb6af --- /dev/null +++ b/java/guavac/files/patch-ae @@ -0,0 +1,10 @@ +*** common/string.h.orig Sat Jan 13 18:40:28 1996 +--- common/string.h Thu Jun 12 10:49:44 1997 +*************** +*** 5,8 **** +--- 5,9 ---- + #ifndef __SINST__ + #define __SINST__ + #endif ++ #include_next <string.h> // Get missing memmove() prototype for libg++ + #include <string> |