mcatan      2004/04/27 22:07:07

  Modified:    src      datagramsocket.cpp inetaddress.cpp socket.cpp
                        socketimpl.cpp
  Log:
  added #include <sys/types.h> (MacOS X support)
  
  Revision  Changes    Path
  1.7       +1 -0      logging-log4cxx/src/datagramsocket.cpp
  
  Index: datagramsocket.cpp
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/src/datagramsocket.cpp,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- datagramsocket.cpp        22 Apr 2004 21:21:33 -0000      1.6
  +++ datagramsocket.cpp        28 Apr 2004 05:07:07 -0000      1.7
  @@ -20,6 +20,7 @@
   #include <windows.h>
   #include <winsock.h>
   #else
  +#include <sys/types.h>
   #include <sys/socket.h>
   #include <netinet/in.h>
   #include <arpa/inet.h>
  
  
  
  1.8       +1 -0      logging-log4cxx/src/inetaddress.cpp
  
  Index: inetaddress.cpp
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/src/inetaddress.cpp,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- inetaddress.cpp   22 Apr 2004 21:21:33 -0000      1.7
  +++ inetaddress.cpp   28 Apr 2004 05:07:07 -0000      1.8
  @@ -18,6 +18,7 @@
   #include <windows.h>
   #include <winsock.h>
   #else
  +#include <sys/types.h>
   #include <sys/socket.h>
   #include <netinet/in.h>
   #include <arpa/inet.h>
  
  
  
  1.8       +1 -0      logging-log4cxx/src/socket.cpp
  
  Index: socket.cpp
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/src/socket.cpp,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- socket.cpp        22 Apr 2004 21:21:34 -0000      1.7
  +++ socket.cpp        28 Apr 2004 05:07:07 -0000      1.8
  @@ -20,6 +20,7 @@
   #include <windows.h>
   #include <winsock.h>
   #else
  +#include <sys/types.h>
   #include <sys/socket.h>
   #include <netinet/in.h>
   #include <arpa/inet.h>
  
  
  
  1.12      +1 -0      logging-log4cxx/src/socketimpl.cpp
  
  Index: socketimpl.cpp
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/src/socketimpl.cpp,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- socketimpl.cpp    22 Apr 2004 21:21:34 -0000      1.11
  +++ socketimpl.cpp    28 Apr 2004 05:07:07 -0000      1.12
  @@ -20,6 +20,7 @@
   #include <windows.h>
   #include <winsock.h>
   #else
  +#include <sys/types.h>
   #include <sys/socket.h>
   #include <netinet/in.h>
   #include <arpa/inet.h>
  
  
  

Reply via email to