mirror of
https://git.freebsd.org/ports.git
synced 2025-07-13 23:39:20 -04:00
- Update to mplayerxp version 0.1.9 - Take over maintainership Repo copied by: joe (cvs hat) Approved by: knu (portmgr hat)
10 lines
301 B
C
10 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>
|