aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-remoting_client_display_sys__opengl.h
blob: ee211a9212f619d2fdc880394f3a2c04b8216569 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- remoting/client/display/sys_opengl.h.orig	2020-11-13 06:36:46 UTC
+++ remoting/client/display/sys_opengl.h
@@ -9,7 +9,7 @@
 
 #if defined(OS_IOS)
 #include <OpenGLES/ES3/gl.h>
-#elif defined(OS_LINUX) || defined(OS_CHROMEOS)
+#elif defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD)
 #define GL_GLEXT_PROTOTYPES
 #include <GL/gl.h>
 #include <GL/glext.h>