mirror of
https://github.com/X11Libre/xf86-video-intel.git
synced 2026-04-14 10:54:23 +00:00
sna: fix missing include of <sys/select.h>
Include <sys/select.h> to provide timer_tv. Fixes the missing definition when sna is enabled and udev is disabled in configure. Fixes: #10 Signed-off-by: callmetango <callmetango@users.noreply.github.com>
This commit is contained in:
@@ -38,6 +38,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
#define _SNA_H_
|
||||
|
||||
#include <stdint.h>
|
||||
#include <sys/select.h>
|
||||
|
||||
#include <xorg-server.h>
|
||||
#include <xf86str.h>
|
||||
|
||||
Reference in New Issue
Block a user