summaryrefslogtreecommitdiff
path: root/media-sound/mhwaveedit/files/mhwaveedit-1.4.23-missing-include.patch
blob: 6da9db14633068e2c6965a9fb3004c56acb9aa4e (plain)
1
2
3
4
5
6
7
8
9
10
--- a/src/sound-pulse.c
+++ b/src/sound-pulse.c
@@ -21,6 +21,7 @@
 
 #include <poll.h>
 #include <pulse/pulseaudio.h>
+#include "int_box.h"
 
 #ifndef PA_CHECK_VERSION
 #define PA_CHECK_VERSION(a,b,c) (0)