fixes compilation error with musl libc Signed-off-by: Felix Janda <felix.janda@xxxxxxxxx> --- 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> -- 2.4.6 _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel