Navigation Menu

Skip to content

Commit

Permalink
x11_xinput2.c: include correct header for select()
Browse files Browse the repository at this point in the history
  • Loading branch information
jmroot authored and icculus committed Sep 30, 2023
1 parent ae9173f commit 71493cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x11_xinput2.c
Expand Up @@ -25,6 +25,7 @@
#include <stdlib.h>
#include <string.h>
#include <dlfcn.h>
#include <sys/select.h>
#include <X11/extensions/XInput2.h>

/* 32 is good enough for now. */
Expand Down

0 comments on commit 71493cc

Please sign in to comment.