[Mesa-dev] [PATCH 08/12] st/xlib: include stdio.h
Brian Paul
brianp at vmware.com
Wed Mar 4 18:18:40 PST 2015
---
src/gallium/state_trackers/glx/xlib/glx_api.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/gallium/state_trackers/glx/xlib/glx_api.c b/src/gallium/state_trackers/glx/xlib/glx_api.c
index f59b0ba..d1bd760 100644
--- a/src/gallium/state_trackers/glx/xlib/glx_api.c
+++ b/src/gallium/state_trackers/glx/xlib/glx_api.c
@@ -33,6 +33,7 @@
#define GLX_GLXEXT_PROTOTYPES
#include "GL/glx.h"
+#include <stdio.h>
#include <X11/Xmd.h>
#include <GL/glxproto.h>
--
1.9.1
More information about the mesa-dev
mailing list