mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 04:09:29 +01:00
First batch of change of waf/MSVC specific changes from EZ4Stephen
This commit is contained in:
parent
e29523ab52
commit
4998b114ea
7 changed files with 24 additions and 9 deletions
|
|
@ -18,14 +18,17 @@
|
|||
* with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*/
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <unistd.h>
|
||||
#include <algorithm>
|
||||
|
||||
#include <assert.h>
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#ifndef COMPILER_MSVC
|
||||
#include <dirent.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue