1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-16 21:35:24 +00:00

Add stat.h to editor

Fix on openbsd:
`src/tools/editor.c:55:36: error: 'S_IRWXU' undeclared (first use in
this function)`
This commit is contained in:
Michael Vetter 2022-03-04 21:09:24 +01:00
parent 9578b03bf6
commit 198ff3e9be

View File

@ -35,6 +35,7 @@
*/
#include <fcntl.h>
#include <sys/stat.h>
#include <sys/wait.h>
#include <errno.h>
#include <glib.h>