From 6b4c55d80dd64ca850159d8497178bc70f8ec51c Mon Sep 17 00:00:00 2001 From: Sergey Cherevko Date: Tue, 28 Nov 2023 13:01:49 +0300 Subject: [PATCH] MSVSphere include stddef.h --- src/libutil/error.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libutil/error.c b/src/libutil/error.c index 7212748..c71ffdf 100644 --- a/src/libutil/error.c +++ b/src/libutil/error.c @@ -31,7 +31,7 @@ #include "gluos.h" #include "gluint.h" #include - +#include struct token_string { -- 2.39.3