17 lines
396 B
Text
17 lines
396 B
Text
$NetBSD: patch-ag,v 1.2 2003/09/03 12:18:29 adam Exp $
|
|
|
|
--- program/psiconv/magick-aux.h.orig 2002-01-22 22:21:21.000000000 +0100
|
|
+++ program/psiconv/magick-aux.h
|
|
@@ -21,7 +21,11 @@
|
|
|
|
#if IMAGEMAGICK
|
|
|
|
-#include <magick/magick.h>
|
|
+#include <stdio.h>
|
|
+#include <string.h>
|
|
+#include <time.h>
|
|
+#include <sys/types.h>
|
|
+#include <magick/api.h>
|
|
|
|
extern const MagickInfo * GetMagickFileList(void);
|
|
|