13
0

Fix compilation on older systems (amend 3fb90523cc)

libs/ardour/sndfile_helpers.cc:67:68: error: 'strncasecmp' was not declared in this scope
This commit is contained in:
Robin Gareus 2022-11-04 15:52:25 +01:00
parent 4958c0d666
commit 0b8adbb1cb
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -18,6 +18,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <string>
#include <sndfile.h>
#include "ardour/sndfile_helpers.h"