summaryrefslogtreecommitdiffstats
path: root/sys/netipx/ipx.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netipx/ipx.h')
-rw-r--r--sys/netipx/ipx.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/netipx/ipx.h b/sys/netipx/ipx.h
index 29838b5..e675274 100644
--- a/sys/netipx/ipx.h
+++ b/sys/netipx/ipx.h
@@ -31,7 +31,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)ipx.h
+ * @(#)$Id$
*/
#ifndef _NETIPX_IPX_H_
@@ -156,8 +156,6 @@ struct ipx {
#ifdef KERNEL
-#include <net/route.h>
-
extern int ipxcksum;
extern struct domain ipxdomain;
extern struct sockaddr_ipx ipx_netmask;
@@ -173,6 +171,9 @@ extern long ipx_pexseq;
extern u_char ipxctlerrmap[];
extern struct ipxpcb ipxrawpcb;
+#include <net/if.h>
+#include <net/route.h>
+
#include <sys/cdefs.h>
__BEGIN_DECLS
OpenPOWER on IntegriCloud