From bd4831e2ee539b110e327a560682b1afc6a05254 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 26 Jul 2018 19:50:38 +0530 Subject: [PATCH] Some explicit includes needed for FreeBSD --- glfw/ibus_glfw.c | 1 + glfw/x11_init.c | 1 + 2 files changed, 2 insertions(+) diff --git a/glfw/ibus_glfw.c b/glfw/ibus_glfw.c index d42dc55e1..e068bec9e 100644 --- a/glfw/ibus_glfw.c +++ b/glfw/ibus_glfw.c @@ -28,6 +28,7 @@ #include #include #include +#include #include "internal.h" #include "ibus_glfw.h" diff --git a/glfw/x11_init.c b/glfw/x11_init.c index 39cea0736..decc2f4d6 100644 --- a/glfw/x11_init.c +++ b/glfw/x11_init.c @@ -37,6 +37,7 @@ #include #include #include +#include // Check whether the specified atom is supported