You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-sound/audacity/files/audacity-2.4.2-add-missing-...

12 lines
346 B

diff -Naur a/src/AudioIOBase.cpp b/src/AudioIOBase.cpp
--- a/src/AudioIOBase.cpp 2020-06-19 15:16:47.000000000 +0000
+++ b/src/AudioIOBase.cpp 2020-08-04 19:43:27.985734707 +0000
@@ -21,6 +21,7 @@
#include "prefs/RecordingPrefs.h"
#include "widgets/MeterPanelBase.h"
+#include "portaudio.h"
#if USE_PORTMIXER
#include "portmixer.h"
#endif