Merge pull request #4644 from bapt/portability-nits

portability: add missing headers
This commit is contained in:
Orestis Floros 2021-11-02 19:50:58 +01:00 committed by GitHub
commit e4d3ec9217
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>