From 7246b5d9e3a328f9ce0498648dcdfd73c758e353 Mon Sep 17 00:00:00 2001 From: Hashcode Date: Tue, 13 Oct 2015 12:47:13 -0700 Subject: mtdutils: add include to fix implicit function warning Including unistd.h fixes implicit function warning for "read" and "close" in mtdutils/mounts.c Change-Id: I72c3a52de035600cdd794ed5e2d4cae0da26f428 --- mtdutils/mounts.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mtdutils/mounts.c') diff --git a/mtdutils/mounts.c b/mtdutils/mounts.c index c90fc8acf..cd3738a0b 100644 --- a/mtdutils/mounts.c +++ b/mtdutils/mounts.c @@ -19,6 +19,7 @@ #include #include #include +#include #include #include "mounts.h" -- cgit v1.2.3