Dash:
[t2.git] / package / x11 / glu / hotfix.patch
blob886ce249da34706830416d2c410e997dd1824889
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../glu/hotfix.patch
5 # Copyright (C) 2020 The T2 SDE Project
6 #
7 # More information can be found in the files COPYING and README.
8 #
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
17 --- glu-9.0.0/src/libutil/error.c.vanilla 2020-02-01 14:50:28.808090639 +0100
18 +++ glu-9.0.0/src/libutil/error.c 2020-02-01 14:50:45.460090836 +0100
19 @@ -28,6 +28,7 @@
20 * Silicon Graphics, Inc.
23 +#include <stddef.h>
24 #include "gluos.h"
25 #include "gluint.h"
26 #include <GL/glu.h>