mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Fix gcc4 builds ('errno' was not declared in this scope)
This commit is contained in:
parent
2b066293fb
commit
fd0dc917bf
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@
|
|||
#include <iostream>
|
||||
#include <sstream>
|
||||
#include <unistd.h>
|
||||
#include <cerrno>
|
||||
#include <cstdlib>
|
||||
#include <cstdio> /* for snprintf, grrr */
|
||||
#include <cstring>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue