wayland-drm: add wl_display/wl_resource forward declarations
[mesa.git] / src / egl / wayland / wayland-drm / wayland-drm.h
index 38f711e067b87d495802477f9c5d024618813e62..77e8d27304245ad1ae2c71fb651f892e08554f0e 100644 (file)
@@ -3,7 +3,9 @@
 
 #include <wayland-server.h>
 
+struct wl_display;
 struct wl_drm;
+struct wl_resource;
 
 struct wl_drm_buffer {
        struct wl_resource *resource;