pkgsrc/print/img2eps/patches/patch-aa
2014-05-25 07:51:06 +00:00

14 lines
302 B
Text

$NetBSD: patch-aa,v 1.2 2014/05/25 07:51:06 obache Exp $
* Fix compilation error on Darwin.
--- src/st_lzw.c.orig 2005-06-20 14:17:39.000000000 -0700
+++ src/st_lzw.c
@@ -68,6 +68,7 @@
#include <errno.h>
#include <stddef.h>
+#include <sys/types.h>
#include "config.h"
#include "exceptions.h"