From 0b95d43833c8b95d2a0b3228e5f9db0d383aa739 Mon Sep 17 00:00:00 2001 From: MiguelRegueiro Date: Mon, 6 Jul 2026 21:07:08 +0200 Subject: [PATCH] Fix Wayland drag source startup on FreeBSD --- glfw/backend_utils.c | 1 + 1 file changed, 1 insertion(+) diff --git a/glfw/backend_utils.c b/glfw/backend_utils.c index e3885bdf2..a322d095f 100644 --- a/glfw/backend_utils.c +++ b/glfw/backend_utils.c @@ -17,6 +17,7 @@ #include #include #include +#include #ifdef __NetBSD__ #define ppoll pollts