From 074697374b452d44450d0108d598ad001dc2d90d Mon Sep 17 00:00:00 2001 From: Alex Suykov Date: Tue, 5 Jan 2016 11:51:55 +0200 Subject: host lib: include for ssize_t In uClibc neither nor defines ssize_t. Change-Id: I7fb6a0f51eae76062784952beb42298c486461b5 Signed-off-by: Alex Suykov Reviewed-on: https://chromium-review.googlesource.com/320472 Commit-Ready: Stefan Reinauer Tested-by: Stefan Reinauer Reviewed-by: Stefan Reinauer --- host/lib/fmap.c | 1 + 1 file changed, 1 insertion(+) (limited to 'host') diff --git a/host/lib/fmap.c b/host/lib/fmap.c index c95338db..347eef19 100644 --- a/host/lib/fmap.c +++ b/host/lib/fmap.c @@ -6,6 +6,7 @@ #include #include +#include #include "fmap.h" -- cgit v1.2.1