From 20d9286402b7da74fef9b7c98e79d13671f6c82b Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sun, 6 Mar 2016 15:05:51 -0800 Subject: [PATCH] libaltos: Add unistd.h to get defines for various syscalls Signed-off-by: Keith Packard --- libaltos/libaltos.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libaltos/libaltos.c b/libaltos/libaltos.c index 97b7b3f9..ebef2e21 100644 --- a/libaltos/libaltos.c +++ b/libaltos/libaltos.c @@ -83,6 +83,7 @@ altos_strndup (const char *s, size_t n) #include #include #include +#include #define USB_BUF_SIZE 64 -- 2.30.2