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
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);
^