ports/audio/csound/files/patch-aops.c
Alexander Leidinger a7ff88b7ff Unbreak port by updating to 4.23.
Triggered by:	kris wants to remove broken ports
Approved by:	maintainer timeout (he hasn't much time at the moment
		and I want to have bugs get reported just in time to
		have it fixed before 5.1)
2003-05-03 15:56:24 +00:00

18 lines
415 B
C

$FreeBSD$
--- aops.c.orig Sun Jul 14 16:03:01 2002
+++ aops.c Sun Jul 14 16:02:49 2002
@@ -1,3 +1,4 @@
+#include <sys/time.h>
#include "cs.h" /* AOPS.C */
#include "aops.h"
#include <math.h>
@@ -442,8 +443,6 @@ void ftsr(EVAL *p) /**** ft
}
#ifdef LINUX
-#include <sys/time.h>
-#include <unistd.h>
void rtclock(EVAL *p)
{
struct timeval tv;