portability: add missing headers
libi3.h defins a macors with the default modes to create a directory. Those modes are defined in sys/stat.h, so include the necessary header
This commit is contained in:
parent
40b0c8e5b8
commit
e4a3f6e4cd
@ -15,6 +15,7 @@
|
||||
#include <stdbool.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <sys/stat.h>
|
||||
#include <xcb/xcb.h>
|
||||
#include <xcb/xproto.h>
|
||||
#include <xcb/xcb_keysyms.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user