From: Dmitry V. Levin Date: Sat, 28 May 2016 19:55:01 +0000 (+0000) Subject: tests/ioctl_mtd.c: fix build with musl X-Git-Tag: v4.12~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bd090efc4004b03e7a95025146e26c718e8504f6;p=strace tests/ioctl_mtd.c: fix build with musl * tests/ioctl_mtd.c: Include . --- 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"