blob: 8d9b84e425487a2b32f09bf0b743d74b6682f56e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- src/settings.c.orig 2023-02-20 22:03:12 UTC
+++ src/settings.c
@@ -21,6 +21,7 @@
#include <stdlib.h>
#include <unistd.h>
#include <sys/stat.h>
+#include <sys/wait.h>
#include "glib-utils.h" /* for g_mkdir_with_parents() */
#include <glib/gi18n.h>
|