On Monday, 16 March 2020 14:59:29 CET Richard W.M. Jones wrote:
diff --git a/daemon/xattr.c b/daemon/xattr.c
index 761f6074b..3257f241e 100644
--- a/daemon/xattr.c
+++ b/daemon/xattr.c
@@ -19,6 +19,8 @@
#include <config.h>
#include <stdio.h>
+#include <stdlib.h>
+#include <stdbool.h>
Since daemon.h now includes stdbool.h, this include is redundant.
--
Pino Toscano