diff options
Diffstat (limited to 'src/egl/main/egllog.h')
-rw-r--r-- | src/egl/main/egllog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/egl/main/egllog.h b/src/egl/main/egllog.h index 3a99bfea4b7..03bef2670f1 100644 --- a/src/egl/main/egllog.h +++ b/src/egl/main/egllog.h @@ -1,8 +1,10 @@ #ifndef EGLLOG_INCLUDED #define EGLLOG_INCLUDED + #include "egltypedefs.h" + #define _EGL_FATAL 0 /* unrecoverable error */ #define _EGL_WARNING 1 /* recoverable error/problem */ #define _EGL_INFO 2 /* just useful info */ |