i8
changed/i8/mesa-libGLU-9.0.0-15.el8.inferit
parent
5cf9889a53
commit
0b3fc58e5f
@ -0,0 +1,25 @@
|
|||||||
|
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
|
||||||
|
|
Loading…
Reference in new issue