diff options
Diffstat (limited to 'lang/caml-light/files/patch-ag')
-rw-r--r-- | lang/caml-light/files/patch-ag | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/caml-light/files/patch-ag b/lang/caml-light/files/patch-ag new file mode 100644 index 000000000000..47642f20b048 --- /dev/null +++ b/lang/caml-light/files/patch-ag @@ -0,0 +1,11 @@ +--- src/runtime/io.h-- Thu Jan 12 09:59:39 1995 ++++ src/runtime/io.h Sat Aug 2 20:57:13 2003 +@@ -7,6 +7,8 @@ + #include "misc.h" + #include "mlvalues.h" + ++#include <unistd.h> ++ + #ifndef IO_BUFFER_SIZE + #define IO_BUFFER_SIZE 4096 + #endif |