mcatan      2004/04/05 13:53:38

  Modified:    src      socketimpl.cpp
  Log:
  include errno.h
  
  Revision  Changes    Path
  1.9       +1 -0      logging-log4cxx/src/socketimpl.cpp
  
  Index: socketimpl.cpp
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/src/socketimpl.cpp,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- socketimpl.cpp    28 Feb 2004 15:07:50 -0000      1.8
  +++ socketimpl.cpp    5 Apr 2004 20:53:38 -0000       1.9
  @@ -31,6 +31,7 @@
   
   #include <log4cxx/helpers/socketimpl.h>
   #include <log4cxx/helpers/loglog.h>
  +#include <errno.h>
   
   using namespace log4cxx;
   using namespace log4cxx::helpers;
  
  
  

Reply via email to