Date: Friday, December 22, 2006 @ 12:43:44
Author: csaba
Path: /cvsroot/carob/carob/src
Modified: JavaSocket.cpp (1.65 -> 1.66)
Include unistd.h for the close() function call.
----------------+
JavaSocket.cpp | 2 ++
1 files changed, 2 insertions(+)
Index: carob/src/JavaSocket.cpp
diff -u carob/src/JavaSocket.cpp:1.65 carob/src/JavaSocket.cpp:1.66
--- carob/src/JavaSocket.cpp:1.65 Thu Dec 21 23:23:17 2006
+++ carob/src/JavaSocket.cpp Fri Dec 22 12:43:44 2006
@@ -42,6 +42,8 @@
#define POLL_FUNCTION L"Select"
#endif
+#include <unistd.h> // close()
+
using std::wstring;
using namespace CarobNS;
_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits