summaryrefslogtreecommitdiff
path: root/graphics/inkscape/patches/patch-ab
blob: b3c904e4950ce5bc85bb7657eea7a6b76140696a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.8 2008/06/05 10:17:28 drochner Exp $

--- ./src/ui/dialog/print.cpp.orig	2008-06-02 23:26:59 +0300
+++ ./src/ui/dialog/print.cpp	2008-06-02 23:28:48 +0300
@@ -16,6 +16,8 @@
 #include <io.h>
 #endif
 
+#include <unistd.h> // close() and unlink()
+
 #include <gtkmm/stock.h>
 #include "print.h"