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:
callmetango
2025-08-07 20:28:43 +00:00
parent 8c99260b4f
commit 5e1e6554ed

View File

@@ -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>