mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Fix previous commit strncasecmp() needs strings.h
This commit is contained in:
parent
0b8adbb1cb
commit
03d2c8aa95
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue