dmabuf: fix includes

This commit is contained in:
Matthias Clasen
2023-10-15 11:16:00 -04:00
parent a14264f714
commit 45e624a9d2

View File

@@ -35,6 +35,15 @@
#include <epoxy/egl.h>
#endif
/* We don't include gsk/gsk.h here to avoid a build order problem
* with the generated header gskenumtypes.h
*/
#include <gsk/gskenums.h>
#include <gsk/gsktypes.h>
#include <gsk/gskrenderer.h>
#include <gsk/gskrendernode.h>
#include <gsk/gl/gskglrenderer.h>
/**
* GdkDmabufTexture:
*