From 4a1f84f3cbaac9f1f3d89474309912df394485d3 Mon Sep 17 00:00:00 2001 From: crc Date: Sun, 4 Jul 2021 03:01:22 +0000 Subject: [PATCH] nga-c-native-x86: sys/limits -> limits FossilOrigin-Name: bf3cc0688fa9b385836635a7e495996f28f2816d44d7dfb6a53a3abb05f04209 --- vm/nga-c-native-x86/retro.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm/nga-c-native-x86/retro.c b/vm/nga-c-native-x86/retro.c index 2283dc2..6c55206 100644 --- a/vm/nga-c-native-x86/retro.c +++ b/vm/nga-c-native-x86/retro.c @@ -4,7 +4,7 @@ -----------------------------------------------------------*/ #include -#include +#include #include "image.c" /*-------------------------------------------------------------