fix OS X compilation

git-svn-id: svn://localhost/ardour2/branches/3.0@8000 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2010-11-10 23:08:18 +00:00
parent b623bc32a0
commit 0b8cc0b5cc

View file

@ -116,7 +116,7 @@ FileManager::allocate (FileDescriptor* d)
} }
#ifdef __APPLE__ #ifdef __APPLE__
d->_last_used = get_absolute_time(); d->_last_used = mach_absolute_time();
#else #else
struct timespec t; struct timespec t;
clock_gettime (CLOCK_MONOTONIC, &t); clock_gettime (CLOCK_MONOTONIC, &t);