mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
1c20b83c8c
PR: 6392 Submitted by: Yukihiro Nakai <nakai@apricot.astec.co.jp>
14 lines
417 B
Plaintext
14 lines
417 B
Plaintext
--- src/harmony/scene/mesacontext.C.orig Thu Apr 23 16:08:17 1998
|
|
+++ src/harmony/scene/mesacontext.C Thu Apr 23 16:08:47 1998
|
|
@@ -95,8 +95,8 @@
|
|
|
|
#include <IV-X11/Xdefs.h> /* Display, Font of X11 */
|
|
/* include <mesa/GL/xmesa.h> */
|
|
-#include <mesa/GL/glx.h>
|
|
-#include <mesa/GL/glu.h>
|
|
+#include <GL/glx.h>
|
|
+#include <GL/glu.h>
|
|
#include <IV-X11/Xundefs.h> /* get back to IV's names */
|
|
|
|
#include <iostream.h>
|