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:
Baptiste Daroussin 2021-11-02 10:43:27 +01:00
parent 40b0c8e5b8
commit e4a3f6e4cd

View File

@ -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>