summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJasper Lievisse Adriaanse <j@jasper.la>2022-08-21 20:51:03 +0200
committerGitHub <noreply@github.com>2022-08-21 20:51:03 +0200
commitc896cbbca4b05ec368667396032450e0cf21e26b (patch)
tree07efaee264c092c5d289d3d62ff855e97db1ffe8
parentd1e275314ec032f714ebb11d5ae648ee1681a335 (diff)
Include sys/stat.h for S_IWUSR (#1685)
-rw-r--r--source/rofi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/rofi.c b/source/rofi.c
index 98424350..a7edb5cb 100644
--- a/source/rofi.c
+++ b/source/rofi.c
@@ -41,6 +41,7 @@
#include <time.h>
#include <unistd.h>
#include <xcb/xcb.h>
+#include <sys/stat.h>
#include <glib-unix.h>