mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-01-07 00:50:20 +01:00
xf86drm: include <limits.h> for PATH_MAX
fixes compilation error with musl libc and Solaris based platforms. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=92082 Signed-off-by: Felix Janda <felix.janda@posteo.de> Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
parent
f3c6740f0c
commit
4031dc17bb
1 changed files with 1 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue