termux-packages/x11-packages/audacity/src-AudioIOBase.cpp.patch

11 lines
219 B
Diff
Raw Permalink Normal View History

2022-04-29 04:45:39 +02:00
--- a/src/AudioIOBase.cpp
+++ b/src/AudioIOBase.cpp
@@ -21,6 +21,7 @@
#include "prefs/RecordingPrefs.h"
#include "widgets/MeterPanelBase.h"
+#include "portaudio.h"
#if USE_PORTMIXER
#include "portmixer.h"
#endif