14 lines
367 B
Text
14 lines
367 B
Text
$NetBSD: patch-cf,v 1.1.1.1 2005/02/25 20:30:07 daprice Exp $
|
|
|
|
--- src/motogl/MotOGL.c.orig Mon May 29 16:31:51 2000
|
|
+++ src/motogl/MotOGL.c
|
|
@@ -31,7 +31,8 @@
|
|
#include <Xm/XmStrDefs.h>
|
|
|
|
#define BOOL MOTIF_BOOL /* hack to avoid naming conflict */
|
|
-#include <X11/GLw/GLwMDrawA.h>
|
|
+#include <GL/GLwMDrawA.h>
|
|
+#include <GL/GLwDrawA.h>
|
|
#undef BOOL
|
|
|
|
#include <sg.h>
|