1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-03 17:19:43 +02:00
This commit is contained in:
Paul Licameli 2016-04-17 13:31:13 -04:00
parent 74f588382f
commit 7172e2ae98

View File

@ -116,8 +116,8 @@ wxString sf_normalize_name(const char *name);
OSType sf_header_mactype(int format);
// This function wrapper uses a mutex to serialize calls to the SndFile library.
#include "../MemoryX.h"
#include "../ondemand/ODTaskThread.h"
#include "MemoryX.h"
#include "ondemand/ODTaskThread.h"
class ODLock;
class ODLocker;
extern ODLock libSndFileMutex;