diff options
| author | Thomas Gellekum <tg@FreeBSD.org> | 2000-05-04 09:33:10 +0000 |
|---|---|---|
| committer | Thomas Gellekum <tg@FreeBSD.org> | 2000-05-04 09:33:10 +0000 |
| commit | bf4d4f6a5252b16af8bb71c8d950992c9a7fad86 (patch) | |
| tree | dcd1fb7f1af1e0b416d2407915936fa7e86a6621 /math/pygist/files/patch-ad | |
| parent | 5aaec171a98ec2aa803fb92875f81cfc85c846d2 (diff) | |
Fix building with current py-numeric version.
Diffstat (limited to 'math/pygist/files/patch-ad')
| -rw-r--r-- | math/pygist/files/patch-ad | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/pygist/files/patch-ad b/math/pygist/files/patch-ad index 7e3bf99b7e84..06e98457edf3 100644 --- a/math/pygist/files/patch-ad +++ b/math/pygist/files/patch-ad @@ -5,7 +5,7 @@ * All rights reserved. See Legal.htm for full text and disclaimer. */ #include "Python.h" -#include "arrayobject.h" -+#include "numerical/arrayobject.h" ++#include "Numeric/arrayobject.h" /*#include "hlevel.h"*/ #include <stdio.h> #include <stdlib.h> |
