blob: 5679e4e1337197a47b7bdeeb21d92853c3b87214 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- 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>
|