ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/src/netcompat.h
(Generate patch)

Comparing gvpe/src/netcompat.h (file contents):
Revision 1.1 by pcg, Tue Oct 14 19:12:26 2003 UTC vs.
Revision 1.2 by pcg, Tue Oct 14 19:38:54 2003 UTC

23 23
24#include <sys/socket.h> 24#include <sys/socket.h>
25#ifdef HAVE_NETINET_IN_H 25#ifdef HAVE_NETINET_IN_H
26# include <netinet/in.h> 26# include <netinet/in.h>
27#endif 27#endif
28#ifdef HAVE_ARPA_INET_H
28#include <arpa/inet.h> 29# include <arpa/inet.h>
30#endif
29#include <net/if.h> 31#include <net/if.h>
30#ifdef HAVE_NETINET_IN_SYSTM_H 32#ifdef HAVE_NETINET_IN_SYSTM_H
31# include <netinet/in_systm.h> 33# include <netinet/in_systm.h>
32#endif 34#endif
33#ifdef HAVE_NETINET_IP_H 35#ifdef HAVE_NETINET_IP_H

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines