mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
fix OS X compilation
git-svn-id: svn://localhost/ardour2/branches/3.0@8000 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
b623bc32a0
commit
0b8cc0b5cc
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ FileManager::allocate (FileDescriptor* d)
|
|||
}
|
||||
|
||||
#ifdef __APPLE__
|
||||
d->_last_used = get_absolute_time();
|
||||
d->_last_used = mach_absolute_time();
|
||||
#else
|
||||
struct timespec t;
|
||||
clock_gettime (CLOCK_MONOTONIC, &t);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue