]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Use full path for izoom.h include file
authorJack Jansen <jack.jansen@cwi.nl>
Tue, 19 Jan 1993 15:33:13 +0000 (15:33 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Tue, 19 Jan 1993 15:33:13 +0000 (15:33 +0000)
Modules/imgfile.c

index d6a636b87d957377a2ce5bda7374175754e92131..075fc46110518197267dd99064dfb805245f7244 100644 (file)
@@ -39,7 +39,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 #include <gl/image.h>
 #include <errno.h>
 
-#include <izoom.h>
+#include "/usr/people/4Dgifts/iristools/include/izoom.h"
 
 static object * ImgfileError; /* Exception we raise for various trouble */