Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 712978 | Differences between
and this patch

Collapse All | Expand All

(-)a/mpcenc/keyboard.c (+2 lines)
Lines 84-89 Link Here
84
#  define echo_on()   (void)0
84
#  define echo_on()   (void)0
85
# endif
85
# endif
86
86
87
# include <sys/select.h>
88
87
int
89
int
88
WaitKey ( void )
90
WaitKey ( void )
89
{
91
{
(-)a/mpcenc/mpcenc.h (-1 / +1 lines)
Lines 50-56 Link Here
50
# include <unistd.h>
50
# include <unistd.h>
51
#endif
51
#endif
52
52
53
#if   defined __linux__
53
#if   defined __GLIBC__
54
#  include <fpu_control.h>
54
#  include <fpu_control.h>
55
#elif defined __FreeBSD__
55
#elif defined __FreeBSD__
56
# include <machine/floatingpoint.h>
56
# include <machine/floatingpoint.h>

Return to bug 712978