egl: Add EGL_WL_bind_wayland_display
[mesa.git] / src / egl / wayland / wayland-egl.c
index 12fbdfa29c15551778e373af66738eab6afba44a..2c84bec64a5dd2cfe304cfd751ea8b2dfcc34b25 100644 (file)
 #include <dlfcn.h>
 
 #include <wayland-client.h>
-#include <xf86drm.h>
-
 #include "wayland-egl.h"
 #include "wayland-egl-priv.h"
+#include "wayland-drm-client-protocol.h"
+#include <xf86drm.h>
 
 static void
 drm_handle_device(void *data, struct wl_drm *drm, const char *device)