From: Keith Packard Date: Thu, 26 Sep 2024 15:23:48 +0000 (-0700) Subject: src: Add more includes to ao.h X-Git-Tag: 1.9.20~1^2~29 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=9694440cd501a9b170fec7c85fe57f1e4fe749b3;p=fw%2Faltos src: Add more includes to ao.h This makes sure altos has all of the C library definitions it needs rather than on relying on the C library to expose more than POSIX says it should. Signed-off-by: Keith Packard --- diff --git a/src/kernel/ao.h b/src/kernel/ao.h index b3f780f5..0437cb07 100644 --- a/src/kernel/ao.h +++ b/src/kernel/ao.h @@ -19,10 +19,11 @@ #ifndef _AO_H_ #define _AO_H_ -#include +#include #include #include #include +#include #include #include #include