mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-01 21:54:39 -04:00
Fix missing import for GLX on linux. (#767)
Haha, this looks indeed useful, so let's take it to master.
This commit is contained in:
committed by
Vincent Sonnier
parent
57454e4b32
commit
f00efe7e58
@@ -10,6 +10,7 @@
|
||||
#endif
|
||||
|
||||
#if defined(__linux__) || defined(__FreeBSD__)
|
||||
#include <GL/glx.h>
|
||||
#include <dlfcn.h>
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user