diff options
Diffstat (limited to 'src/mesa/main')
| -rw-r--r-- | src/mesa/main/syncobj.h | 6 | 
1 files changed, 5 insertions, 1 deletions
| diff --git a/src/mesa/main/syncobj.h b/src/mesa/main/syncobj.h index f3c0046cf3..51de9bf480 100644 --- a/src/mesa/main/syncobj.h +++ b/src/mesa/main/syncobj.h @@ -31,9 +31,13 @@  #ifndef SYNCOBJ_H  #define SYNCOBJ_H -#include "main/mtypes.h" +#include "glheader.h" +#include "mfeatures.h" +struct _glapi_table;  struct dd_function_table; +struct gl_context; +struct gl_sync_object;  #if FEATURE_ARB_sync | 
