You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mesa-libGLU/SOURCES/0001-MSVSphere-include-stdd...

26 lines
563 B

From 6b4c55d80dd64ca850159d8497178bc70f8ec51c Mon Sep 17 00:00:00 2001
From: Sergey Cherevko <s.cherevko@msvsphere-os.ru>
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 <GL/glu.h>
-
+#include <stddef.h>
struct token_string
{
--
2.39.3