mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-29 06:57:58 -04:00
13 lines
274 B
Plaintext
13 lines
274 B
Plaintext
$NetBSD: patch-aa,v 1.1 2013/06/10 12:25:59 ryoon Exp $
|
|
|
|
--- parser.y.orig 2008-12-19 14:31:22.000000000 +0100
|
|
+++ parser.y
|
|
@@ -24,6 +24,7 @@
|
|
#include "types.h"
|
|
#include "geometry.h"
|
|
#include "drawing.h"
|
|
+#include "parser.tab.h"
|
|
|
|
int yylex(void);
|
|
int warning(char *);
|