diff options
Diffstat (limited to 'lang/ocaml/files/patch-ag')
-rw-r--r-- | lang/ocaml/files/patch-ag | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lang/ocaml/files/patch-ag b/lang/ocaml/files/patch-ag new file mode 100644 index 000000000000..7862542d05c7 --- /dev/null +++ b/lang/ocaml/files/patch-ag @@ -0,0 +1,10 @@ +--- byterun/config.h.orig Fri Feb 11 18:34:29 2000 ++++ byterun/config.h Fri Feb 11 18:34:06 2000 +@@ -27,6 +27,7 @@ + + #ifdef HAS_MEMMOVE + #undef bcopy ++#include <string.h> + #define bcopy(src,dst,len) memmove((dst), (src), (len)) + #else + #ifdef HAS_BCOPY |