1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Include errno header in editor.c

This commit is contained in:
Michael Vetter 2022-03-04 14:26:18 +01:00
parent a6dda41298
commit 9578b03bf6

View File

@ -35,8 +35,9 @@
*/ */
#include <fcntl.h> #include <fcntl.h>
#include <glib.h>
#include <sys/wait.h> #include <sys/wait.h>
#include <errno.h>
#include <glib.h>
#include <gio/gio.h> #include <gio/gio.h>
#include "config/files.h" #include "config/files.h"