mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
12 lines
438 B
Plaintext
12 lines
438 B
Plaintext
|
--- Arrayfcns/Src/arrayfnsmodule.c.orig Fri Apr 2 02:14:43 1999
|
||
|
+++ Arrayfcns/Src/arrayfnsmodule.c Wed May 5 11:33:13 1999
|
||
|
@@ -1,7 +1,7 @@
|
||
|
/* Copyright (c) 1996, 1997, The Regents of the University of California.
|
||
|
* All rights reserved. See Legal.htm for full text and disclaimer. */
|
||
|
#include "Python.h"
|
||
|
-#include "arrayobject.h"
|
||
|
+#include "numerical/arrayobject.h"
|
||
|
/*#include "hlevel.h"*/
|
||
|
#include <stdio.h>
|
||
|
#include <stdlib.h>
|