Include sys/stat.h for S_IWUSR (#1685)

This commit is contained in:
Jasper Lievisse Adriaanse 2022-08-21 20:51:03 +02:00 committed by GitHub
parent d1e275314e
commit c896cbbca4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,6 +41,7 @@
#include <time.h>
#include <unistd.h>
#include <xcb/xcb.h>
#include <sys/stat.h>
#include <glib-unix.h>