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

Alexandre Julliard julliard at winehq.org
Tue Dec 3 13:46:36 CST 2013


Module: wine
Branch: master
Commit: f0c4354a6bd0eeab094124f76987fa7de299c978
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=f0c4354a6bd0eeab094124f76987fa7de299c978

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.

---

 dlls/winemac.drv/cocoa_opengl.m |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/winemac.drv/cocoa_opengl.m b/dlls/winemac.drv/cocoa_opengl.m
index 13b9ea3..f546be5 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