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.4 by pcg, Thu Oct 16 13:37:52 2003 UTC vs.
Revision 1.5 by pcg, Thu Oct 16 23:03:23 2003 UTC

18*/ 18*/
19 19
20#ifndef VPE_NETCOMPAT_H 20#ifndef VPE_NETCOMPAT_H
21#define VPE_NETCOMPAT_H 21#define VPE_NETCOMPAT_H
22 22
23#include "config.h" 23#include <sys/types.h>
24
25#include <sys/socket.h> 24#include <sys/socket.h>
26#ifdef HAVE_NETINET_IN_H 25#ifdef HAVE_NETINET_IN_H
27# include <netinet/in.h> 26# include <netinet/in.h>
28#endif 27#endif
29#ifdef HAVE_ARPA_INET_H 28#ifdef HAVE_ARPA_INET_H

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines