Skip to content

Commit

Permalink
need ip.h for IP_FORWARDING (we should get rid of them)
Browse files Browse the repository at this point in the history
  • Loading branch information
itojun committed Oct 5, 2000
1 parent 983530d commit f0672ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kame/sys/netinet6/ip6_forward.c
@@ -1,4 +1,4 @@
/* $KAME: ip6_forward.c,v 1.56 2000/09/22 04:01:37 itojun Exp $ */
/* $KAME: ip6_forward.c,v 1.57 2000/10/05 03:34:51 itojun Exp $ */

/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
Expand Down Expand Up @@ -58,6 +58,8 @@

#include <netinet/in.h>
#include <netinet/in_var.h>
#include <netinet/in_systm.h>
#include <netinet/ip.h>
#include <netinet/ip_var.h>
#include <netinet/ip6.h>
#include <netinet6/ip6_var.h>
Expand Down

0 comments on commit f0672ca

Please sign in to comment.