Alex Suykov 2015-12-30 16:05:41 +02:00 committed by Thomas Petazzoni
parent 9aebcc3c1c
commit 63b4d2e49d

View File

@ -0,0 +1,14 @@
The code uses ssize_t which is usually defined in <unistd.h>
Signed-off-by: Alex Suykov <alex.suykov@gmail.com>
--- a/host/lib/fmap.c
+++ a/host/lib/fmap.c
@@ -6,6 +6,7 @@
#include <stdio.h>
#include <string.h>
+#include <unistd.h>
#include "fmap.h"