Преглед изворни кода

egl: add missing includes

Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Acked-by: Emil Velikov <emil.velikov@collabora.com>
tags/19.0-branchpoint
Eric Engestrom пре 7 година
родитељ
комит
d75fbff667

+ 1
- 0
src/egl/drivers/dri2/egl_dri2.c Прегледај датотеку

@@ -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"

+ 2
- 0
src/egl/main/eglapi.c Прегледај датотеку

@@ -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"

+ 1
- 0
src/egl/main/eglapi.h Прегледај датотеку

@@ -31,6 +31,7 @@
#ifndef EGLAPI_INCLUDED
#define EGLAPI_INCLUDED

#include "egltypedefs.h"

#ifdef __cplusplus
extern "C" {

+ 1
- 0
src/egl/main/eglcontext.c Прегледај датотеку

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


/**

+ 2
- 0
src/egl/main/eglglobals.c Прегледај датотеку

@@ -40,6 +40,8 @@
#include "egldriver.h"
#include "egllog.h"

#include "util/macros.h"

#ifdef HAVE_MINCORE
#include <unistd.h>
#include <sys/mman.h>

+ 2
- 0
src/egl/main/eglsurface.c Прегледај датотеку

@@ -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.

Loading…
Откажи
Сачувај