mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-28 06:36:22 +00:00
Include errno header in editor.c
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user