mirror of https://github.com/mpv-player/mpv
Use the public sys/kbio.h header instead of messing with the MI headers, which
doesn't exist anymore on DragonFly. Approved by the FreeBSD ports maintainer. patch by Joerg Sonnenberger <joerg - at - britannica - bec - de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15556 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
7fac308569
commit
e92e250a3c
|
@ -5,10 +5,7 @@
|
||||||
*/
|
*/
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <sys/file.h>
|
#include <sys/file.h>
|
||||||
/* machine/console.h seems to be outdated by recent FreeBSD *
|
#include <sys/kbio.h>
|
||||||
* however pcvt_ioctl.h seems to exist for very long time */
|
|
||||||
/* #include <machine/console.h>*/
|
|
||||||
#include <machine/pcvt_ioctl.h>
|
|
||||||
#ifndef GCCUSESGAS
|
#ifndef GCCUSESGAS
|
||||||
#define GCCUSESGAS
|
#define GCCUSESGAS
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue