aboutsummaryrefslogtreecommitdiffstats
path: root/math/pygist/files
diff options
context:
space:
mode:
Diffstat (limited to 'math/pygist/files')
-rw-r--r--math/pygist/files/patch-ac2
-rw-r--r--math/pygist/files/patch-ad2
2 files changed, 2 insertions, 2 deletions
diff --git a/math/pygist/files/patch-ac b/math/pygist/files/patch-ac
index 17ce9a12459d..6d66daaaf274 100644
--- a/math/pygist/files/patch-ac
+++ b/math/pygist/files/patch-ac
@@ -5,7 +5,7 @@
#include "Python.h"
-#include "arrayobject.h"
-+#include "numerical/arrayobject.h"
++#include "Numeric/arrayobject.h"
#include "hlevel.h"
#ifndef NO_XLIB
# include "dispas.h"
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>