13 lines
324 B
Plaintext
13 lines
324 B
Plaintext
$NetBSD: patch-ae,v 1.14 2011/05/04 20:31:40 adam Exp $
|
|
|
|
--- dlls/winex11.drv/opengl.c.orig 2011-04-08 17:09:51.000000000 +0000
|
|
+++ dlls/winex11.drv/opengl.c
|
|
@@ -55,6 +55,7 @@ WINE_DECLARE_DEBUG_CHANNEL(winediag);
|
|
#endif
|
|
#ifdef HAVE_GL_GLX_H
|
|
# include <GL/glx.h>
|
|
+# include <GL/glxext.h>
|
|
#endif
|
|
|
|
#include "wine/wgl.h"
|