pkgsrc/math/eukleides/patches/patch-aa
2008-12-19 14:04:07 +00:00

12 lines
274 B
Text

$NetBSD: patch-aa,v 1.5 2008/12/19 14:04:08 joerg 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 *);