summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
authorDavid Cournapeau <cournape@gmail.com>2013-01-21 18:41:46 +0000
committerDavid Cournapeau <cournape@gmail.com>2013-01-21 18:41:46 +0000
commit26b2fc62cc46f1b7c4405fa17be82bbd5453aff7 (patch)
tree4127d97afdb2ff3de683ab7bf02a02978c17db24 /numpy
parentce289ab57cd5249c41c6166c478b9d054fca4ddf (diff)
downloadnumpy-26b2fc62cc46f1b7c4405fa17be82bbd5453aff7.tar.gz
BUG: fix inclusion of private hader in #d2122ea1f458e9429b692111238f7b9f4a852db2
Diffstat (limited to 'numpy')
-rw-r--r--numpy/core/src/private/npy_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/src/private/npy_config.h b/numpy/core/src/private/npy_config.h
index 4ccaae517..453dbd065 100644
--- a/numpy/core/src/private/npy_config.h
+++ b/numpy/core/src/private/npy_config.h
@@ -2,7 +2,7 @@
#define _NPY_NPY_CONFIG_H_
#include "config.h"
-#include "_numpyconfig.h"
+#include "numpy/numpyconfig.h"
/* Disable broken MS math functions */
#if defined(_MSC_VER) || defined(__MINGW32_VERSION)