[Numpy-svn] r8228 - trunk/numpy/numarray

numpy-svn at scipy.org numpy-svn at scipy.org
Sat Feb 20 22:21:22 EST 2010


Author: ptvirtan
Date: 2010-02-20 21:21:22 -0600 (Sat, 20 Feb 2010)
New Revision: 8228

Modified:
   trunk/numpy/numarray/_capi.c
Log:
BUG: fix numarray._capi compilation

Modified: trunk/numpy/numarray/_capi.c
===================================================================
--- trunk/numpy/numarray/_capi.c	2010-02-21 03:09:11 UTC (rev 8227)
+++ trunk/numpy/numarray/_capi.c	2010-02-21 03:21:22 UTC (rev 8228)
@@ -1,7 +1,7 @@
 #include <Python.h>
 
 #define _libnumarray_MODULE
-#include "numpy/libnumarray.h"
+#include "include/numpy/libnumarray.h"
 #include "npy_config.h"
 #include <float.h>
 




More information about the Numpy-svn mailing list