1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/databases/xbase/files/patch-tv::tvbrowse.cpp
Thierry Thomas b6a30b1048 Add xbase 2.0.0, an xbase (i.e. dBase, FoxPro, etc.) compatible
C++ class library.

Approved by:	pav (mentor).
2004-04-10 18:05:19 +00:00

14 lines
309 B
C++

--- 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>