Some explicit includes needed for FreeBSD
This commit is contained in:
parent
341a34ea9e
commit
bd4831e2ee
2 changed files with 2 additions and 0 deletions
1
glfw/ibus_glfw.c
vendored
1
glfw/ibus_glfw.c
vendored
|
|
@ -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
1
glfw/x11_init.c
vendored
|
|
@ -37,6 +37,7 @@
|
|||
#include <stdio.h>
|
||||
#include <locale.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
|
||||
|
||||
// Check whether the specified atom is supported
|
||||
|
|
|
|||
Loading…
Reference in a new issue