From 0b8adbb1cb4c3741d0a28d55858e3a9a4a689e59 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Fri, 4 Nov 2022 15:52:25 +0100 Subject: [PATCH] Fix compilation on older systems (amend 3fb90523cce) libs/ardour/sndfile_helpers.cc:67:68: error: 'strncasecmp' was not declared in this scope --- libs/ardour/sndfile_helpers.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/ardour/sndfile_helpers.cc b/libs/ardour/sndfile_helpers.cc index 6f5039b430..84e97152e9 100644 --- a/libs/ardour/sndfile_helpers.cc +++ b/libs/ardour/sndfile_helpers.cc @@ -18,6 +18,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#include #include #include "ardour/sndfile_helpers.h"