mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 05:10:29 -04:00
11 lines
251 B
C
11 lines
251 B
C
--- thirdparty/glew/glew.c.orig 2017-12-28 02:06:18 UTC
|
|
+++ thirdparty/glew/glew.c
|
|
@@ -30,7 +30,7 @@
|
|
** THE POSSIBILITY OF SUCH DAMAGE.
|
|
*/
|
|
|
|
-#include <GL/glew.h>
|
|
+#include "thirdparty/glew/GL/glew.h"
|
|
|
|
#if defined(_WIN32)
|
|
# include <GL/wglew.h>
|