All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xf86drm: include <limits.h> for PATH_MAX
@ 2015-09-26  6:08 Felix Janda
  0 siblings, 0 replies; only message in thread
From: Felix Janda @ 2015-09-26  6:08 UTC (permalink / raw)
  To: dri-devel

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>
-- 
2.4.6
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-09-26  6:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-26  6:08 [PATCH] xf86drm: include <limits.h> for PATH_MAX Felix Janda

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.