summaryrefslogtreecommitdiff
blob: aa9c5425648add51d6e93730fceba22377b1114a (plain)
1
2
3
4
5
6
7
8
9
10
11
--- lib/neuralnet.c.old	2006-10-22 12:12:20.000000000 +0200
+++ lib/neuralnet.c	2006-10-22 12:13:05.000000000 +0200
@@ -39,7 +39,7 @@
 
 #if HAVE_LIBATLAS
 #warning "LIBATLAS processing..."
-#include <cblas.h>
+#include <atlas/cblas.h>
 #endif /* HAVE_LIBATLAS */
 
 #if SIGMOID_BAUR