mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
d932eda697
supports X11 library graphics. I will fix it later to allow the use of OpenGL/Mesa well as the other libraries that Heretic has been ported to work with in the Unix world. PR: 17194
12 lines
267 B
Plaintext
12 lines
267 B
Plaintext
--- opengl/gl_struct.h Wed Jan 26 14:38:19 2000
|
|
+++ opengl/gl_struct.h.new Sun Feb 13 03:54:46 2000
|
|
@@ -2,7 +2,7 @@
|
|
#define __GL_STRUCT_H__
|
|
|
|
#include <stdio.h>
|
|
-#include <malloc.h>
|
|
+#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <GL/gl.h>
|
|
#include <GL/glu.h>
|