diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-23 19:06:19 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-23 19:06:19 +0000 |
commit | 593f9dff959427714e8d42aa45487c6b600e40be (patch) | |
tree | 603f056052f99aac7e527814fd938cebe1ea643b /devel/eboxy/files/patch-eboxy::script_bison.ypp | |
parent | - Update to version 5.6.2 (diff) |
- Update to version 0.4.1
PR: ports/67081
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=109808
Diffstat (limited to 'devel/eboxy/files/patch-eboxy::script_bison.ypp')
-rw-r--r-- | devel/eboxy/files/patch-eboxy::script_bison.ypp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/eboxy/files/patch-eboxy::script_bison.ypp b/devel/eboxy/files/patch-eboxy::script_bison.ypp new file mode 100644 index 000000000000..642081169f0c --- /dev/null +++ b/devel/eboxy/files/patch-eboxy::script_bison.ypp @@ -0,0 +1,10 @@ +--- eboxy/script_bison.ypp.orig Thu May 20 16:46:55 2004 ++++ eboxy/script_bison.ypp Thu May 20 21:20:13 2004 +@@ -24,6 +24,7 @@ + #include <cstring> + #include <cmath> + #include <string> ++#include <cstdio> + #include <cstdlib> + #include <iostream> + #include <map> |