mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-07 03:07:02 -04:00
14 lines
294 B
Plaintext
14 lines
294 B
Plaintext
$NetBSD: patch-ad,v 1.1 2006/01/09 19:46:01 joerg Exp $
|
|
|
|
--- grap_lex.l.orig 2006-01-09 19:42:35.000000000 +0000
|
|
+++ grap_lex.l
|
|
@@ -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
|