summaryrefslogtreecommitdiff
path: root/graphics/grap/patches/patch-ad
blob: 531394e062b83be59930f7b5a2e51b96a230f366 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ad,v 1.2 2014/07/22 11:33:47 wiz Exp $

--- grap_lex.ll.orig	2006-01-09 19:42:35.000000000 +0000
+++ grap_lex.ll
@@ -25,7 +25,7 @@ extern "C" {
 #include "grap_draw.h" 
 #include "y.tab.h"
 
-extern int errno;
+#include <errno.h>
 
 #ifndef STRERROR_DECLARED
 #if HAVE_STRERROR