blob: 6e26980147fd603ccf0346c43ac26a9eb2e86a6e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-mx_mx-texture-frame.c,v 1.1 2013/08/27 15:52:49 joerg Exp $
--- mx/mx-texture-frame.c.orig 2013-08-27 14:36:02.000000000 +0000
+++ mx/mx-texture-frame.c
@@ -33,6 +33,7 @@
#include "config.h"
#endif
+#include <GL/gl.h>
#include <cogl/cogl.h>
#include "mx-texture-frame.h"
|