mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
15 lines
378 B
Plaintext
15 lines
378 B
Plaintext
$NetBSD: patch-aa,v 1.5 2005/06/05 09:36:47 jmmv Exp $
|
|
|
|
--- libgnomeprint/gpa/gpa-node.c.orig 2005-06-03 00:26:22.000000000 +0200
|
|
+++ libgnomeprint/gpa/gpa-node.c
|
|
@@ -34,7 +34,9 @@
|
|
#include "gpa-config.h"
|
|
#include "gpa-node-private.h"
|
|
|
|
+#ifndef errno
|
|
extern int errno;
|
|
+#endif
|
|
|
|
enum {MODIFIED, CHILD_ADDED, CHILD_REMOVED, LAST_SIGNAL};
|
|
static GObjectClass *parent_class;
|