Fix previous commit strncasecmp() needs strings.h

This commit is contained in:
Robin Gareus
2022-11-04 16:01:57 +01:00
parent 0b8adbb1cb
commit 03d2c8aa95

View File

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