ports/graphics/gliv/files/patch-src::imagemagick.c
Patrick Li c38c666f76 Update to 1.4.1
PR:		32186
Submitted by:	maintainer
2001-11-23 06:52:28 +00:00

11 lines
445 B
C

--- src/imagemagick.c.orig Wed Nov 21 13:19:48 2001
+++ src/imagemagick.c Thu Nov 22 06:12:10 2001
@@ -22,7 +22,7 @@
* Loading through ImageMagick. *
********************************/
-#include <fcntl.h> /* S_IRWXU */
+#include <sys/stat.h> /* S_IRWXU */
#include <stdio.h> /* tmpnam() */
#include <time.h> /* time() */
#include <unistd.h> /* chdir(), getpid(), unlink() */