]> git.ipfire.org Git - thirdparty/mdadm.git/commit
mdadm/raid6check: add xmalloc.h to raid6check.c
authorXiao Ni <xni@redhat.com>
Fri, 17 Jan 2025 07:15:40 +0000 (15:15 +0800)
committerSong Liu <song@kernel.org>
Fri, 17 Jan 2025 18:23:10 +0000 (10:23 -0800)
commite0df6c4c984d564e9e40913727e916a6cd8f466e
tree7be1f28d0b3a357fb19eb6dcecf8bf1f5f9752da
parent82ccad68d46d4b10a928bc860c0feedf26e483e3
mdadm/raid6check: add xmalloc.h to raid6check.c

It reports building error:
raid6check.c:324:26: error: implicit declaration of function xmalloc

Add xmalloc.h to raid6check.c file to fix this.

Signed-off-by: Xiao Ni <xni@redhat.com>
Link: https://lore.kernel.org/r/20250117071540.4094-1-xni@redhat.com
Signed-off-by: Song Liu <song@kernel.org>
raid6check.c