Skip to content

Commit

Permalink
Including missing xmalloc header in raid6check to fix FTBFS.
Browse files Browse the repository at this point in the history
With current default Debian build-flags, mdadm fails to build
from source because there's a missing header in raid6check.c.

Signed-off-by: Daniel Baumann <[email protected]>
  • Loading branch information
daniel-baumann committed Jan 22, 2025
1 parent 82ccad6 commit 20b60ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions raid6check.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
*/

#include "mdadm.h"
#include "xmalloc.h"

#include <stdint.h>
#include <sys/mman.h>

Expand Down

0 comments on commit 20b60ab

Please sign in to comment.