From: Keith Packard Date: Sun, 6 Mar 2016 23:05:51 +0000 (-0800) Subject: libaltos: Add unistd.h to get defines for various syscalls X-Git-Tag: 1.6.3~2^2~89 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=20d9286402b7da74fef9b7c98e79d13671f6c82b;p=fw%2Faltos libaltos: Add unistd.h to get defines for various syscalls Signed-off-by: Keith Packard --- 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