summaryrefslogtreecommitdiffstats
path: root/lang/ocaml/files/patch-ag
blob: 7862542d05c7b10e87cb4e2878153ef6ca2312d4 (plain)
1
2
3
4
5
6
7
8
9
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
OpenPOWER on IntegriCloud