mirror of
https://github.com/lbonn/rofi
synced 2024-11-14 16:17:11 +00:00
Include sys/stat.h for S_IWUSR (#1685)
This commit is contained in:
parent
d1e275314e
commit
c896cbbca4
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@
|
|||
#include <time.h>
|
||||
#include <unistd.h>
|
||||
#include <xcb/xcb.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include <glib-unix.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue