From bd090efc4004b03e7a95025146e26c718e8504f6 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Sat, 28 May 2016 19:55:01 +0000 Subject: [PATCH] tests/ioctl_mtd.c: fix build with musl * tests/ioctl_mtd.c: Include . --- tests/ioctl_mtd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ioctl_mtd.c b/tests/ioctl_mtd.c index d7f76225..b761da85 100644 --- a/tests/ioctl_mtd.c +++ b/tests/ioctl_mtd.c @@ -34,6 +34,7 @@ #include #include #include +#include #include #if LINUX_VERSION_CODE < KERNEL_VERSION(3, 3, 0) # include "mtd-abi.h" -- 2.40.0