egl: add missing includes

Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Acked-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
Eric Engestrom 2018-05-16 14:17:30 +01:00
parent 4b1e436bc9
commit d75fbff667
6 changed files with 9 additions and 0 deletions

View File

@ -58,6 +58,7 @@
#include "X11/Xlibint.h"
#endif
#include "egldefines.h"
#include "egl_dri2.h"
#include "GL/mesa_glinterop.h"
#include "loader/loader.h"

View File

@ -90,6 +90,8 @@
#include "c11/threads.h"
#include "util/macros.h"
#include "eglapi.h"
#include "egldefines.h"
#include "eglglobals.h"
#include "eglcontext.h"
#include "egldisplay.h"

View File

@ -31,6 +31,7 @@
#ifndef EGLAPI_INCLUDED
#define EGLAPI_INCLUDED
#include "egltypedefs.h"
#ifdef __cplusplus
extern "C" {

View File

@ -37,6 +37,7 @@
#include "eglcurrent.h"
#include "eglsurface.h"
#include "egllog.h"
#include "util/macros.h"
/**

View File

@ -40,6 +40,8 @@
#include "egldriver.h"
#include "egllog.h"
#include "util/macros.h"
#ifdef HAVE_MINCORE
#include <unistd.h>
#include <sys/mman.h>

View File

@ -36,6 +36,7 @@
#include <assert.h>
#include <stdlib.h>
#include <string.h>
#include "egldefines.h"
#include "egldisplay.h"
#include "egldriver.h"
#include "eglcontext.h"
@ -44,6 +45,7 @@
#include "egllog.h"
#include "eglsurface.h"
#include "util/macros.h"
/**
* Parse the list of surface attributes and return the proper error code.