fix OS X compilation
git-svn-id: svn://localhost/ardour2/branches/3.0@8000 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user