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:
@@ -58,6 +58,7 @@
|
|||||||
#include "X11/Xlibint.h"
|
#include "X11/Xlibint.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include "egldefines.h"
|
||||||
#include "egl_dri2.h"
|
#include "egl_dri2.h"
|
||||||
#include "GL/mesa_glinterop.h"
|
#include "GL/mesa_glinterop.h"
|
||||||
#include "loader/loader.h"
|
#include "loader/loader.h"
|
||||||
|
@@ -90,6 +90,8 @@
|
|||||||
#include "c11/threads.h"
|
#include "c11/threads.h"
|
||||||
#include "util/macros.h"
|
#include "util/macros.h"
|
||||||
|
|
||||||
|
#include "eglapi.h"
|
||||||
|
#include "egldefines.h"
|
||||||
#include "eglglobals.h"
|
#include "eglglobals.h"
|
||||||
#include "eglcontext.h"
|
#include "eglcontext.h"
|
||||||
#include "egldisplay.h"
|
#include "egldisplay.h"
|
||||||
|
@@ -31,6 +31,7 @@
|
|||||||
#ifndef EGLAPI_INCLUDED
|
#ifndef EGLAPI_INCLUDED
|
||||||
#define EGLAPI_INCLUDED
|
#define EGLAPI_INCLUDED
|
||||||
|
|
||||||
|
#include "egltypedefs.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
@@ -37,6 +37,7 @@
|
|||||||
#include "eglcurrent.h"
|
#include "eglcurrent.h"
|
||||||
#include "eglsurface.h"
|
#include "eglsurface.h"
|
||||||
#include "egllog.h"
|
#include "egllog.h"
|
||||||
|
#include "util/macros.h"
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -40,6 +40,8 @@
|
|||||||
#include "egldriver.h"
|
#include "egldriver.h"
|
||||||
#include "egllog.h"
|
#include "egllog.h"
|
||||||
|
|
||||||
|
#include "util/macros.h"
|
||||||
|
|
||||||
#ifdef HAVE_MINCORE
|
#ifdef HAVE_MINCORE
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <sys/mman.h>
|
#include <sys/mman.h>
|
||||||
|
@@ -36,6 +36,7 @@
|
|||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include "egldefines.h"
|
||||||
#include "egldisplay.h"
|
#include "egldisplay.h"
|
||||||
#include "egldriver.h"
|
#include "egldriver.h"
|
||||||
#include "eglcontext.h"
|
#include "eglcontext.h"
|
||||||
@@ -44,6 +45,7 @@
|
|||||||
#include "egllog.h"
|
#include "egllog.h"
|
||||||
#include "eglsurface.h"
|
#include "eglsurface.h"
|
||||||
|
|
||||||
|
#include "util/macros.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Parse the list of surface attributes and return the proper error code.
|
* Parse the list of surface attributes and return the proper error code.
|
||||||
|
Reference in New Issue
Block a user