mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-27 07:28:17 +01:00
Update globals.cc
This commit is contained in:
parent
a64d7566f6
commit
3946a76cf0
1 changed files with 4 additions and 0 deletions
|
|
@ -37,7 +37,9 @@
|
|||
#include <sstream>
|
||||
|
||||
#include <sys/stat.h>
|
||||
#ifndef COMPILER_MSVC
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
#include <sys/types.h>
|
||||
#ifndef PLATFORM_WINDOWS
|
||||
#include <sys/resource.h>
|
||||
|
|
@ -45,7 +47,9 @@
|
|||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <time.h>
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include <glib.h>
|
||||
#include "pbd/gstdio_compat.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue