diff options
Diffstat (limited to 'audio/csound/files/patch-aops.c')
-rw-r--r-- | audio/csound/files/patch-aops.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/csound/files/patch-aops.c b/audio/csound/files/patch-aops.c index 04e4b099ea0d..9f9622cbebf0 100644 --- a/audio/csound/files/patch-aops.c +++ b/audio/csound/files/patch-aops.c @@ -8,11 +8,11 @@ $FreeBSD$ #include "aops.h" #include <math.h> @@ -442,8 +443,6 @@ void ftsr(EVAL *p) /**** ft + } + #ifdef LINUX - void rtclock(EVAL *p) - { -#include <sys/time.h> -#include <unistd.h> + void rtclock(EVAL *p) + { struct timeval tv; - struct timezone tz; - gettimeofday(&tv, &tz); |