freebsd-ports/databases/xbase/files/patch-xbase::ndx.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

12 lines
232 B
C++

--- xbase/ndx.cpp.orig Wed Mar 21 01:28:53 2001
+++ xbase/ndx.cpp Sat Nov 22 21:56:03 2003
@@ -66,7 +66,8 @@
#endif
#include <xbase/xbase.h>
-#include <iostream.h>
+#include <iostream>
+using std::cout;
#ifdef XB_INDEX_NDX