freebsd-ports/devel/libowfat/files/patch-buffer-errmsg_puts.c
Martin Wilke 10e669e4b7 - Update to 0.25
PR:		107912
Submitted by:	Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
2007-01-15 20:06:58 +00:00

12 lines
255 B
C

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