1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/multimedia/libdv/files/patch-encodedv::dvconnect.c
Mario Sergio Fujikawa Ferreira 6bbf6dab16 USE_REINPLACE
2002-07-03 19:15:17 +00:00

11 lines
260 B
C

--- encodedv/dvconnect.c.orig Wed Jul 3 14:44:37 2002
+++ encodedv/dvconnect.c Wed Jul 3 14:51:44 2002
@@ -26,6 +26,7 @@
#include <stdio.h>
#include <sys/ioctl.h>
+#include <sys/types.h>
#include <sys/mman.h>
#include <sys/time.h>
#include <unistd.h>