egl/drivers: include stdint.h where needed

Currently these files are including it indirectly via eglcompiler.h
The latter of which will be removed with follow up commits.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
Emil Velikov 2015-02-28 17:12:40 +00:00
parent 74c40b9b56
commit bf0e4d219a
6 changed files with 7 additions and 0 deletions

View file

@ -27,6 +27,7 @@
#define WL_HIDE_DEPRECATED
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>

View file

@ -28,6 +28,8 @@
#ifndef EGL_DRI2_INCLUDED
#define EGL_DRI2_INCLUDED
#include <stdint.h>
#ifdef HAVE_X11_PLATFORM
#include <xcb/xcb.h>
#include <xcb/dri2.h>

View file

@ -25,6 +25,7 @@
* Kristian Høgsberg <krh@bitplanet.net>
*/
#include <stdint.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>

View file

@ -26,6 +26,7 @@
* Benjamin Franzke <benjaminfranzke@googlemail.com>
*/
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <limits.h>

View file

@ -26,6 +26,7 @@
*/
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>

View file

@ -24,6 +24,7 @@
#include <errno.h>
#include <dlfcn.h>
#include <stdint.h>
#include <stdio.h>
extern "C" {