11 May
2002
11 May
'02
10:18 p.m.
Update of /cvsroot/mplayer/main/libdha/sysdep In directory mail:/var/tmp.root/cvs-serv25947/libdha/sysdep Modified Files: pci_openbsd.c Log Message: various openbsd and general warning fixes - patch by Björn Sandell <biorn@dce.chalmers.se> Index: pci_openbsd.c =================================================================== RCS file: /cvsroot/mplayer/main/libdha/sysdep/pci_openbsd.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pci_openbsd.c 15 Jan 2002 15:59:53 -0000 1.2 +++ pci_openbsd.c 12 May 2002 02:18:50 -0000 1.3 @@ -5,6 +5,8 @@ */ #include <errno.h> +#include <sys/types.h> +#include <machine/sysarch.h> static __inline__ int enable_os_io(void) {