diff options
Diffstat (limited to 'audio/calf/files/patch-src_calf_audio__fx.h')
-rw-r--r-- | audio/calf/files/patch-src_calf_audio__fx.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/calf/files/patch-src_calf_audio__fx.h b/audio/calf/files/patch-src_calf_audio__fx.h new file mode 100644 index 000000000000..0b1334427311 --- /dev/null +++ b/audio/calf/files/patch-src_calf_audio__fx.h @@ -0,0 +1,10 @@ +--- src/calf/audio_fx.h.orig 2015-03-13 23:00:12 UTC ++++ src/calf/audio_fx.h +@@ -27,6 +27,7 @@ + #include "inertia.h" + #include "giface.h" + #include "onepole.h" ++#include <sys/types.h> + #include <complex> + + namespace calf_plugins { |