freebsd-ports/multimedia/avifile/files/patch-drivers::libdha::mmi.c
Mario Sergio Fujikawa Ferreira e69fbac1b2 o Update maintainer email
o Update to 0.7.16-20020913: this version has VIDIX support but only
  running as 'root'

Approved by:	maintainer
2002-10-05 18:54:12 +00:00

10 lines
297 B
C

--- drivers/libdha/mmi.c.orig Wed Oct 2 16:00:07 2002
+++ drivers/libdha/mmi.c Wed Oct 2 16:00:14 2002
@@ -1,6 +1,7 @@
/* Memory manager interface */
#include <stdio.h>
#include <sys/ioctl.h>
+#include <sys/types.h>
#include <sys/mman.h> /* mlock */
#include <errno.h>
#include <unistd.h>