From 28ace5187458b3bd3c9af086274d19a9bf480fff Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Tue, 1 Nov 2022 01:42:46 -0500 Subject: [PATCH] Add missing errno.h --- src/video/aml.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/video/aml.c b/src/video/aml.c index 34448a2..f36e373 100644 --- a/src/video/aml.c +++ b/src/video/aml.c @@ -29,6 +29,7 @@ #include #include #include +#include #define SYNC_OUTSIDE 0x02 #define UCODE_IP_ONLY_PARAM 0x08