diff options
author | Gleb Smirnoff <glebius@FreeBSD.org> | 2013-10-26 17:58:36 +0000 |
---|---|---|
committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2013-10-26 17:58:36 +0000 |
commit | 76039bc84fae9915788b54ff28fe0cc4876952d2 (patch) | |
tree | a240090af1fb905058b17619590afe813e33e891 /sys/net/if_spppsubr.c | |
parent | 258dbffe6ea9eeeb1e1c0ac5d787ba02589d82b5 (diff) |
The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare
to this event, adding if_var.h to files that do need it. Also, include
all includes that now are included due to implicit pollution via if_var.h
Sponsored by: Netflix
Sponsored by: Nginx, Inc.
Notes
Notes:
svn path=/head/; revision=257176
Diffstat (limited to 'sys/net/if_spppsubr.c')
-rw-r--r-- | sys/net/if_spppsubr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net/if_spppsubr.c b/sys/net/if_spppsubr.c index 9fe713c38910..b24ea73d3317 100644 --- a/sys/net/if_spppsubr.c +++ b/sys/net/if_spppsubr.c @@ -40,6 +40,7 @@ #include <sys/md5.h> #include <net/if.h> +#include <net/if_var.h> #include <net/netisr.h> #include <net/if_types.h> #include <net/route.h> |