diff options
author | Maho Nakata <maho@FreeBSD.org> | 2003-08-02 02:21:02 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2003-08-02 02:21:02 +0000 |
commit | 42121eca71f5f94980bbf2d564577b18a9d5f993 (patch) | |
tree | 03c8a51842bc62cacbd130811dacfe036403f3bf /math/surf/files/patch-gtkgui::Requester.cc | |
parent | Fix build on gcc-3.3.x (diff) |
a) Fix build on gcc-3.3.x
b) Update to 1.0.4
Submitted by: Simon Barner <barner@in.tum.de>
Notes
Notes:
svn path=/head/; revision=86170
Diffstat (limited to 'math/surf/files/patch-gtkgui::Requester.cc')
-rw-r--r-- | math/surf/files/patch-gtkgui::Requester.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/surf/files/patch-gtkgui::Requester.cc b/math/surf/files/patch-gtkgui::Requester.cc new file mode 100644 index 000000000000..87391bd7a22d --- /dev/null +++ b/math/surf/files/patch-gtkgui::Requester.cc @@ -0,0 +1,11 @@ +--- gtkgui/Requester.cc.orig Tue Jul 22 16:23:45 2003 ++++ gtkgui/Requester.cc Tue Jul 22 16:24:01 2003 +@@ -25,7 +25,7 @@ + + #include <assert.h> + #include <iostream.h> +-#include <strstream.h> ++#include <strstream> + + #include <gtk/gtk.h> + |