mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
f8b3aee847
- Update to mplayerxp version 0.1.9 - Take over maintainership Repo copied by: joe (cvs hat) Approved by: knu (portmgr hat)
11 lines
301 B
C
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>
|