Ken Thomases : winemac: Include the OpenGL headers to fix building on OS X 10.9.

Alexandre Julliard julliard at winehq.org
Fri Jan 10 14:44:57 CST 2014


Module: wine
Branch: stable
Commit: 1b431ea7dca4f0569c138ce10b09b34e935fdfc8
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=1b431ea7dca4f0569c138ce10b09b34e935fdfc8

Author: Ken Thomases <ken at codeweavers.com>
Date:   Mon Dec  2 21:02:28 2013 -0600

winemac: Include the OpenGL headers to fix building on OS X 10.9.

(cherry picked from commit f0c4354a6bd0eeab094124f76987fa7de299c978)

---

 dlls/winemac.drv/cocoa_opengl.m |    1 +
 1 file changed, 1 insertion(+)

diff --git a/dlls/winemac.drv/cocoa_opengl.m b/dlls/winemac.drv/cocoa_opengl.m
index 45799db..6c2dbf2 100644
--- a/dlls/winemac.drv/cocoa_opengl.m
+++ b/dlls/winemac.drv/cocoa_opengl.m
@@ -18,6 +18,7 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
+#include <OpenGL/gl.h>
 #import "cocoa_opengl.h"
 
 #include "macdrv_cocoa.h"




More information about the wine-cvs mailing list