Re: [Mesa-dev] [PATCH kmscube] drm-legacy: Include

2017-03-21 Thread Eric Engestrom
On Monday, 2017-03-20 12:49:07 -0300, Fabio Estevam wrote: > Include to fix the following build error seen on mips64el: > > drm-legacy.c: In function 'legacy_run': > drm-legacy.c:45:2: error: unknown type name 'fd_set' > fd_set fds; > ^ > drm-legacy.c:55:2: warning: implicit declaration of fu

[Mesa-dev] [PATCH kmscube] drm-legacy: Include

2017-03-20 Thread Fabio Estevam
Include to fix the following build error seen on mips64el: drm-legacy.c: In function 'legacy_run': drm-legacy.c:45:2: error: unknown type name 'fd_set' fd_set fds; ^ drm-legacy.c:55:2: warning: implicit declaration of function 'FD_ZERO' [-Wimplicit-function-declaration] FD_ZERO(&fds); ^