summaryrefslogtreecommitdiff
path: root/databases/xbase/files/patch-tv::tvbrowse.cpp
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2004-04-10 18:05:19 +0000
committerThierry Thomas <thierry@FreeBSD.org>2004-04-10 18:05:19 +0000
commitb6a30b1048c5f841bec46b0aaf1063a727522b08 (patch)
treed197859be1e5c08616ca3e477354fb33c290c269 /databases/xbase/files/patch-tv::tvbrowse.cpp
parentupdate to 2.40 (diff)
Add xbase 2.0.0, an xbase (i.e. dBase, FoxPro, etc.) compatible
C++ class library. Approved by: pav (mentor).
Diffstat (limited to '')
-rw-r--r--databases/xbase/files/patch-tv::tvbrowse.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/databases/xbase/files/patch-tv::tvbrowse.cpp b/databases/xbase/files/patch-tv::tvbrowse.cpp
new file mode 100644
index 000000000000..852e69302634
--- /dev/null
+++ b/databases/xbase/files/patch-tv::tvbrowse.cpp
@@ -0,0 +1,13 @@
+--- tv/tvbrowse.cpp.orig Wed Sep 20 22:34:02 2000
++++ tv/tvbrowse.cpp Sat Nov 22 22:06:16 2003
+@@ -28,8 +28,8 @@
+ #include <stdlib.h>
+ #include <stdio.h>
+ #include <string.h>
+-#include <iomanip.h>
+-#include <strstream.h>
++#include <sstream>
++#include <iomanip>
+
+ #define Uses_TEvent
+ #include <tvision/tv.h>