forked from Lainports/freebsd-ports
- Fix build on 4.x - Add patches to build on 5.x from edwin Note this does not build on 5.x, my C++ fu is not good enough to overcome iterator usage in admin.cc. Patches are welcomed. PR: ports/47862 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer)
10 lines
203 B
C++
10 lines
203 B
C++
--- client.h.orig Wed Sep 3 19:05:06 2003
|
|
+++ client.h Wed Sep 3 19:05:21 2003
|
|
@@ -45,6 +45,7 @@
|
|
typedef long ssize_t;
|
|
#endif
|
|
#include <vector>
|
|
+using namespace std;
|
|
|
|
class store_query {
|
|
public:
|