1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/multimedia/mplayerxp/files/patch-mplayerxp::libdha::mmi.c
Mario Sergio Fujikawa Ferreira f8b3aee847 o After repo copy from graphics/mplayer:
- Update to mplayerxp version 0.1.9
	- Take over maintainership

Repo copied by:		joe (cvs hat)
Approved by:		knu (portmgr hat)
2002-11-27 20:02:54 +00:00

11 lines
301 B
C

--- mplayerxp/libdha/mmi.c.orig Sun Nov 24 11:02:13 2002
+++ mplayerxp/libdha/mmi.c Sun Nov 24 11:02:31 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>