mirror of
https://github.com/i3/i3.git
synced 2026-03-31 04:05:15 +00:00
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:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user