pkgsrc/graphics/pstoedit/patches/patch-aa

12 lines
455 B
Text

$NetBSD: patch-aa,v 1.4 2005/12/28 17:27:28 joerg Exp $
--- src/drvasy.cpp.orig 2005-12-28 17:12:36.000000000 +0000
+++ src/drvasy.cpp
@@ -37,6 +37,7 @@
#include <limits.h> // PATH_MAX for MSVC
#include <ctype.h> // Need definition of ispunct()
+#include <unistd.h> // Need defintion of mkstemp()
#include <sstream>
#if !(defined(unix) || defined(__unix__) || defined(_unix) || defined(__unix) || defined(__EMX__) || defined (NetBSD) )