From: Olliver Schinagl Date: Mon, 15 Apr 2019 08:20:30 +0000 (+0200) Subject: unittests/libmtd_test: Include fcntl header X-Git-Tag: v2.1.1~13 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=652958acad7d14c498d0bd7e93612bb3935ba070;p=mtd-utils.git unittests/libmtd_test: Include fcntl header The test library for the mtd unit tests include various type's and macro's that officially live in fcntl. Each file and header should always properly include what they use, so lets add the fcntl headers. Signed-off-by: Olliver Schinagl Signed-off-by: David Oberhollenzer --- diff --git a/tests/unittests/libmtd_test.c b/tests/unittests/libmtd_test.c index 633d94a..176d2ef 100644 --- a/tests/unittests/libmtd_test.c +++ b/tests/unittests/libmtd_test.c @@ -1,3 +1,4 @@ +#include #include #include #include