summaryrefslogtreecommitdiff
path: root/math/graphthing/files/patch-src-gt-bison.y
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2002-10-30 13:57:19 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2002-10-30 13:57:19 +0000
commitfed0a6af8ade7cec1e6431d78fe4c944da0a8e63 (patch)
tree1e45e46e65e5a9efcce259ccbf2fc5c84a99b497 /math/graphthing/files/patch-src-gt-bison.y
parentFix build by removing declaration for deprecated and unreferenced (diff)
Fix Build on -CURRENT
Diffstat (limited to '')
-rw-r--r--math/graphthing/files/patch-src-gt-bison.y10
1 files changed, 10 insertions, 0 deletions
diff --git a/math/graphthing/files/patch-src-gt-bison.y b/math/graphthing/files/patch-src-gt-bison.y
new file mode 100644
index 000000000000..27757727d8d8
--- /dev/null
+++ b/math/graphthing/files/patch-src-gt-bison.y
@@ -0,0 +1,10 @@
+--- src/gt-bison.y.orig Fri Oct 25 16:16:17 2002
++++ src/gt-bison.y Fri Oct 25 16:16:37 2002
+@@ -1,6 +1,7 @@
+ %{
+ #include <stdio.h>
+ #include <string.h>
++#include <iostream>
+ #include "edge.h"
+ #include "graph.h"
+ #include "vertex.h"