freebsd-ports/math/pygist/files/patch-ac
2000-05-04 09:33:10 +00:00

12 lines
279 B
Plaintext

--- Gist/Src/gistCmodule.c.orig Fri Apr 2 02:14:43 1999
+++ Gist/Src/gistCmodule.c Wed May 5 11:19:38 1999
@@ -72,7 +72,7 @@
#endif
#include "Python.h"
-#include "arrayobject.h"
+#include "Numeric/arrayobject.h"
#include "hlevel.h"
#ifndef NO_XLIB
# include "dispas.h"