16 lines
281 B
Plaintext
16 lines
281 B
Plaintext
*** image.h~ Mon Nov 16 20:09:57 1992
|
|
--- image.h Sun Jan 8 22:57:55 1995
|
|
***************
|
|
*** 9,15 ****
|
|
--- 9,18 ----
|
|
*/
|
|
|
|
#include "copyright.h"
|
|
+
|
|
+ #define zopen stdio_zopen
|
|
#include <stdio.h>
|
|
+ #undef zopen
|
|
|
|
#if defined(SYSV) || defined(VMS)
|
|
#include <string.h>
|