diff options
-rw-r--r-- | numpy/core/include/numpy/ndarraytypes.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/core/include/numpy/ndarraytypes.h b/numpy/core/include/numpy/ndarraytypes.h index e90b7ce36..d39bd47d7 100644 --- a/numpy/core/include/numpy/ndarraytypes.h +++ b/numpy/core/include/numpy/ndarraytypes.h @@ -1,5 +1,5 @@ -#ifndef NPY_ARRAYTYPES_H -#define NPY_ARRAYTYPES_H +#ifndef NDARRAYTYPES_H +#define NDARRAYTYPES_H /* This is auto-generated by the installer */ #include "numpyconfig.h" |