[Mesa-dev] [PATCH kmscube 3/6] common: include config.h

Ben Widawsky ben at bwidawsk.net
Thu Apr 13 18:22:14 UTC 2017


---
 common.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/common.h b/common.h
index 2eceac7..f3d9d32 100644
--- a/common.h
+++ b/common.h
@@ -32,6 +32,10 @@
 #include <gbm.h>
 #include <drm_fourcc.h>
 
+#ifdef HAVE_CONFIG_H
+  #include "config.h"
+#endif
+
 #ifndef EGL_KHR_platform_gbm
 #define EGL_KHR_platform_gbm 1
 #define EGL_PLATFORM_GBM_KHR              0x31D7
-- 
2.12.2



More information about the mesa-dev mailing list