--- architecture/faust/dsp/dsp-adapter.h.orig 2021-02-16 21:19:00 UTC +++ architecture/faust/dsp/dsp-adapter.h @@ -26,7 +26,11 @@ #define __dsp_adapter__ #ifndef _WIN32 -#include +# ifndef __FreeBSD__ +# include +# else +# include +# endif #endif #include #include