mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +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
10 lines
218 B
Plaintext
10 lines
218 B
Plaintext
--- opengl/gl_fonts.c Sun Jan 30 05:58:21 2000
|
|
+++ opengl/gl_fonts.c.new Sun Feb 13 03:54:46 2000
|
|
@@ -1,5 +1,5 @@
|
|
#include <stdio.h>
|
|
-#include <malloc.h>
|
|
+#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <math.h>
|
|
|