From: <de...@us...> - 2004-04-17 19:41:14
|
Update of /cvsroot/csp/APPLICATIONS/CSPSim/Include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32565 Modified Files: Networking.h Log Message: see CHANGES.current Index: Networking.h =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/Include/Networking.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Networking.h 17 Apr 2004 17:19:19 -0000 1.1 --- Networking.h 17 Apr 2004 19:41:05 -0000 1.2 *************** *** 31,38 **** #include <assert.h> #include <errno.h> - #include <sys/socket.h> #include <sys/types.h> #include <netinet/in.h> #include <arpa/inet.h> #include <SimData/Vector3.h> --- 31,41 ---- #include <assert.h> #include <errno.h> #include <sys/types.h> + + #ifndef _MSC_VER + #include <sys/socket.h> #include <netinet/in.h> #include <arpa/inet.h> + #endif #include <SimData/Vector3.h> |