mirror of
https://github.com/kovidgoyal/kitty.git
synced 2024-11-10 13:04:03 +03:00
Some explicit includes needed for FreeBSD
This commit is contained in:
parent
341a34ea9e
commit
bd4831e2ee
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 New Issue
Block a user