[xio-commit] CVS update: MODIFIED: examples ...
Mike Link
commit at globus.org
Tue Apr 15 15:37:02 CDT 2008
User: mlink
Date: 08/04/15 15:37:02
Modified: external_libs/udt/udt4/examples appclient.cpp appserver.cpp
Log:
fix building examples on aix
Revision Changes Path
1.2 +1 -0 xio/external_libs/udt/udt4/examples/appclient.cpp
http://viewcvs.globus.org/viewcvs.cgi/xio/external_libs/udt/udt4/examples/appclient.cpp.diff?r1=1.1&r2=1.2
(In the diff below, changes in quantity of whitespace are not shown.)
Index: appclient.cpp
===================================================================
RCS file: /home/globdev/CVS/globus-packages/xio/external_libs/udt/udt4/examples/appclient.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- appclient.cpp 5 Nov 2007 23:54:14 -0000 1.1
+++ appclient.cpp 15 Apr 2008 20:37:02 -0000 1.2
@@ -3,6 +3,7 @@
#include <cstdlib>
#include <cstring>
#include <netdb.h>
+ #include <pthread.h>
#else
#include <winsock2.h>
#include <ws2tcpip.h>
1.2 +1 -0 xio/external_libs/udt/udt4/examples/appserver.cpp
http://viewcvs.globus.org/viewcvs.cgi/xio/external_libs/udt/udt4/examples/appserver.cpp.diff?r1=1.1&r2=1.2
(In the diff below, changes in quantity of whitespace are not shown.)
Index: appserver.cpp
===================================================================
RCS file: /home/globdev/CVS/globus-packages/xio/external_libs/udt/udt4/examples/appserver.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- appserver.cpp 5 Nov 2007 23:54:14 -0000 1.1
+++ appserver.cpp 15 Apr 2008 20:37:02 -0000 1.2
@@ -3,6 +3,7 @@
#include <cstdlib>
#include <cstring>
#include <netdb.h>
+ #include <pthread.h>
#else
#include <winsock2.h>
#include <ws2tcpip.h>
More information about the xio-commit
mailing list