mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-15 00:21:47 -05: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:
parent
57454e4b32
commit
f00efe7e58
@ -10,6 +10,7 @@
|
||||
#endif
|
||||
|
||||
#if defined(__linux__) || defined(__FreeBSD__)
|
||||
#include <GL/glx.h>
|
||||
#include <dlfcn.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user