summaryrefslogtreecommitdiff
path: root/devel/libowfat/files/patch-buffer-errmsg_puts.c
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libowfat/files/patch-buffer-errmsg_puts.c')
-rw-r--r--devel/libowfat/files/patch-buffer-errmsg_puts.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/libowfat/files/patch-buffer-errmsg_puts.c b/devel/libowfat/files/patch-buffer-errmsg_puts.c
new file mode 100644
index 000000000000..4c429954a112
--- /dev/null
+++ b/devel/libowfat/files/patch-buffer-errmsg_puts.c
@@ -0,0 +1,12 @@
+--- buffer/errmsg_puts.c.orig Sat Jan 13 15:03:22 2007
++++ buffer/errmsg_puts.c Sat Jan 13 15:04:23 2007
+@@ -13,7 +13,9 @@
+ }
+
+ #else
++#include <sys/types.h>
+ #include <sys/uio.h>
++#include <unistd.h>
+
+ enum { COUNT=25 };
+ static struct iovec x[COUNT];