blob: 203ce71f701b26252c2d1feff96e45288463882a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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() */
|