Module: Mesa
Branch: libglvnd
Commit: 07accd07ec31d2fb1f25bc307040ce886e58d426
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=07accd07ec31d2fb1f25bc307040ce886e58d426

Author: Emil Velikov <[email protected]>
Date:   Mon Apr 25 14:50:58 2016 +0100

loader: add missing include <sys/stat.h>

Required for `struct stat'

Signed-off-by: Emil Velikov <[email protected]>

---

 src/loader/loader.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/loader/loader.c b/src/loader/loader.c
index 666d015..e856fd5 100644
--- a/src/loader/loader.c
+++ b/src/loader/loader.c
@@ -64,6 +64,7 @@
  *    Rob Clark <[email protected]>
  */
 
+#include <sys/stat.h>
 #include <stdarg.h>
 #include <stdio.h>
 #include <string.h>

_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to