comparison packages/net/common/current/src/bootp_support.c @ 235:f9db7cb0692e

Pedantic include of <errno.h>
author gthomas
date Wed, 10 Jul 2002 15:26:27 +0000
parents e0c0827131d1
children 7c34839e7e97
comparison
equal deleted inserted replaced
234:d397603b9e4b 235:f9db7cb0692e
34 #include <pkgconf/system.h> 34 #include <pkgconf/system.h>
35 #include <pkgconf/net.h> 35 #include <pkgconf/net.h>
36 #include <pkgconf/isoinfra.h> 36 #include <pkgconf/isoinfra.h>
37 37
38 #include <network.h> 38 #include <network.h>
39 #include <errno.h>
39 #ifdef CYGPKG_NET_FREEBSD_STACK // New layout 40 #ifdef CYGPKG_NET_FREEBSD_STACK // New layout
40 #include <net/if_var.h> 41 #include <net/if_var.h>
41 #include <netinet/in_var.h> 42 #include <netinet/in_var.h>
42 #include <netinet6/nd6.h> 43 #include <netinet6/nd6.h>
43 #endif 44 #endif