changeset 17:40fe70256fb0

sciworkerd: fix fchmod declaration
author David Demelier <markand@malikania.fr>
date Wed, 06 Oct 2021 16:22:23 +0200
parents 3051ef92173a
children 600204c31bf0
files sciworkerd.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/sciworkerd.c	Fri Jul 09 21:12:16 2021 +0200
+++ b/sciworkerd.c	Wed Oct 06 16:22:23 2021 +0200
@@ -17,6 +17,7 @@
  */
 
 #include <sys/queue.h>
+#include <sys/stat.h>
 #include <sys/types.h>
 #include <sys/wait.h>
 #include <assert.h>