summaryrefslogtreecommitdiff
path: root/src/mesa/main/syncobj.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main/syncobj.h')
-rw-r--r--src/mesa/main/syncobj.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mesa/main/syncobj.h b/src/mesa/main/syncobj.h
index f23fa281e2..c53511995b 100644
--- a/src/mesa/main/syncobj.h
+++ b/src/mesa/main/syncobj.h
@@ -31,7 +31,10 @@
#ifndef SYNCOBJ_H
#define SYNCOBJ_H
-#include "context.h"
+#include "glheader.h"
+#include "mtypes.h"
+
+struct dd_function_table;
extern void
_mesa_init_sync_object_functions(struct dd_function_table *driver);