mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
15 lines
402 B
Plaintext
15 lines
402 B
Plaintext
$NetBSD: patch-ab,v 1.5 2005/06/05 09:36:47 jmmv Exp $
|
|
|
|
--- libgnomeprint/gnome-print-config.c.orig 2005-06-03 00:36:18.000000000 +0200
|
|
+++ libgnomeprint/gnome-print-config.c
|
|
@@ -39,7 +39,9 @@
|
|
#include <libgnomeprint/gnome-print-config-private.h>
|
|
#include <libgnomeprint/gnome-print-job.h>
|
|
|
|
+#ifndef errno
|
|
extern int errno;
|
|
+#endif
|
|
|
|
typedef struct _GnomePrintConfigClass GnomePrintConfigClass;
|
|
|