mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-02 08:59:28 +02:00
Include <wx/dynlib.h> on Linux for wxDynamicLibrary.
This commit is contained in:
parent
0fee6939e2
commit
5308169b20
@ -48,6 +48,7 @@
|
||||
#include <wx/dynlib.h>
|
||||
#else
|
||||
#include <dlfcn.h>
|
||||
#include <wx/dynlib.h>
|
||||
#endif
|
||||
|
||||
#if defined(__WXMSW__)
|
||||
|
Loading…
x
Reference in New Issue
Block a user