commit 375e441
Michael Forney
·
2013-11-25 10:11:26 +0000 UTC
parent 68b74ad
mode: Include stddef.h because libdrm/drm.h fails to
1 files changed,
+1,
-0
+1,
-0
1@@ -1,6 +1,7 @@
2 #ifndef SWC_MODE_H
3 #define SWC_MODE_H
4
5+#include <stddef.h>
6 #include <stdint.h>
7 #include <stdbool.h>
8 #include <xf86drmMode.h>