freebsd-ports/audio/extace/files/patch-ac
2001-01-02 19:32:20 +00:00

13 lines
278 B
Plaintext

--- extace/misc.c 2001/01/02 09:29:43 1.1
+++ extace/misc.c 2001/01/02 09:30:30
@@ -20,7 +20,9 @@
#include <protos.h>
#include <math.h>
#include <gtk/gtk.h>
+#ifndef __FreeBSD__
#include <asm/errno.h>
+#endif
#include "convolve.h"
#ifdef HAVE_LIBRFFTW
#include <rfftw.h>