ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/socket/loop.C
(Generate patch)

Comparing deliantra/server/socket/loop.C (file contents):
Revision 1.7 by root, Thu Sep 14 22:34:05 2006 UTC vs.
Revision 1.8 by pippijn, Mon Dec 11 19:46:47 2006 UTC

37#ifndef __CEXTRACT__ 37#ifndef __CEXTRACT__
38# include <sproto.h> 38# include <sproto.h>
39# include <sockproto.h> 39# include <sockproto.h>
40#endif 40#endif
41 41
42#ifndef WIN32 /* ---win32 exclude unix headers */
43# include <sys/types.h> 42#include <sys/types.h>
44# include <sys/time.h> 43#include <sys/time.h>
45# include <sys/socket.h> 44#include <sys/socket.h>
46# include <netinet/in.h> 45#include <netinet/in.h>
47# include <netdb.h> 46#include <netdb.h>
48#endif /* end win32 */
49 47
50#ifdef HAVE_UNISTD_H 48#ifdef HAVE_UNISTD_H
51# include <unistd.h> 49# include <unistd.h>
52#endif 50#endif
53 51

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines