Mesa (master): st/egl: Add missing headers to kms display.

Chia-I Wu olv at kemper.freedesktop.org
Thu Feb 4 02:54:24 UTC 2010


Module: Mesa
Branch: master
Commit: 997316838ddf5d83ae1d25953c4e2cf07806e307
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=997316838ddf5d83ae1d25953c4e2cf07806e307

Author: Chia-I Wu <olvaffe at gmail.com>
Date:   Thu Feb  4 10:49:45 2010 +0800

st/egl: Add missing headers to kms display.

Add stdio.h and util/u_inlines.h to native_kms.c.

---

 src/gallium/state_trackers/egl/kms/native_kms.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/gallium/state_trackers/egl/kms/native_kms.c b/src/gallium/state_trackers/egl/kms/native_kms.c
index d5baf2c..445c28c 100644
--- a/src/gallium/state_trackers/egl/kms/native_kms.c
+++ b/src/gallium/state_trackers/egl/kms/native_kms.c
@@ -22,12 +22,14 @@
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  */
 
+#include <stdio.h>
 #include <string.h>
 
 #include "pipe/p_screen.h"
 #include "pipe/p_context.h"
 #include "util/u_debug.h"
 #include "util/u_memory.h"
+#include "util/u_inlines.h"
 #include "egllog.h"
 
 #include "native_kms.h"




More information about the mesa-commit mailing list