Some explicit includes needed for FreeBSD

This commit is contained in:
Kovid Goyal 2018-07-26 19:50:38 +05:30
parent 341a34ea9e
commit bd4831e2ee
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 2 additions and 0 deletions

1
glfw/ibus_glfw.c vendored
View File

@ -28,6 +28,7 @@
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>
#include <limits.h>
#include "internal.h"
#include "ibus_glfw.h"

1
glfw/x11_init.c vendored
View File

@ -37,6 +37,7 @@
#include <stdio.h>
#include <locale.h>
#include <fcntl.h>
#include <unistd.h>
// Check whether the specified atom is supported