freebsd-ports/lang/caml-light/files/patch-ag
2003-08-02 15:33:39 +00:00

11 lines
238 B
Text

--- 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