summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2024-11-12 15:39:13 +0100
committerDaniel Baumann <daniel@debian.org>2024-11-27 16:28:10 +0100
commit8d2e20380094a2e3b44aae3b188c6cd01a5552fb (patch)
treeb09b5423fca2ebec7c6c20ab15ea09444ce3e25b
parenttest: return fail if any failed (diff)
downloadmdadm-main.tar.xz
mdadm-main.zip
Including missing xmalloc header in raid6check to fix FTBFS.HEADmain
Signed-off-by: Daniel Baumann <daniel@debian.org>
Diffstat (limited to '')
-rw-r--r--raid6check.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/raid6check.c b/raid6check.c
index 99477761..aacd9570 100644
--- a/raid6check.c
+++ b/raid6check.c
@@ -23,6 +23,8 @@
*/
#include "mdadm.h"
+#include "xmalloc.h"
+
#include <stdint.h>
#include <sys/mman.h>