fixes compilation error with musl libc
Signed-off-by: Felix Janda felix.janda@posteo.de --- xf86drm.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/xf86drm.c b/xf86drm.c index a9f5c29..c1cab1b 100644 --- a/xf86drm.c +++ b/xf86drm.c @@ -45,6 +45,7 @@ #include <stddef.h> #include <fcntl.h> #include <errno.h> +#include <limits.h> #include <signal.h> #include <time.h> #include <sys/types.h>