summaryrefslogtreecommitdiff
path: root/graphics/pstoedit/patches/patch-aa
blob: 6db2ab55b39b18324b90b3e717849b37e86df1e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$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)  )