freebsd-ports/sysutils/copytape/files/patch-ab
Alex Kozlov 304eb3fb38 - Fix build [1]
- Support STAGEDIR

PR:	ports/183023 [1]
Submitted by:	Stephen Roznowski <sjroz@verizon.net> (maintainer)
2013-10-24 16:27:22 +00:00

11 lines
263 B
Text

--- copytape.c.orig 2013-10-16 06:54:00.000000000 -0400
+++ copytape.c 2013-10-16 06:54:13.000000000 -0400
@@ -29,6 +29,8 @@
#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
#include <sys/types.h>
#include <sys/ioctl.h>
#include <sys/mtio.h>