diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 2003-08-02 15:33:39 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2003-08-02 15:33:39 +0000 |
commit | 1386de3055bb0df55a9993067eef25a956751919 (patch) | |
tree | f3ed596658d0ade69f05c3b5549fef094f5a110d /lang/caml-light/files/patch-ag | |
parent | (1) Fix HTML generation of tac.cgi. (diff) |
Unbreak for 5.x.
Notes
Notes:
svn path=/head/; revision=86192
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 |