summaryrefslogtreecommitdiffstats
path: root/src/egl/main/eglsurface.c
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2018-05-16 14:17:30 +0100
committerEric Engestrom <[email protected]>2019-01-11 14:37:47 +0000
commitd75fbff66764cf2d6e6448b8f2b50d589d541d4e (patch)
tree1ef437388eb38e5ede851949001d8c4079ed24cd /src/egl/main/eglsurface.c
parent4b1e436bc95058e67db668e2874892648db3ba69 (diff)
egl: add missing includes
Signed-off-by: Eric Engestrom <[email protected]> Acked-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/egl/main/eglsurface.c')
-rw-r--r--src/egl/main/eglsurface.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/egl/main/eglsurface.c b/src/egl/main/eglsurface.c
index 95677105e58..cd1c7ea4c56 100644
--- a/src/egl/main/eglsurface.c
+++ b/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.