mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 14:29:47 +00:00
[zebra] trivial: rtadv.h depends on interface.h
2006-08-06 Paul Jakma <paul.jakma@sun.com> * rtadv.h: depends on interface.h, so should include it.
This commit is contained in:
parent
f28b0e57bd
commit
66c454f2a5
@ -6,6 +6,7 @@
|
|||||||
* if_{proc,sysctl}.c: Make ifstat_update_* definitions and return values
|
* if_{proc,sysctl}.c: Make ifstat_update_* definitions and return values
|
||||||
consistent with each other and their declarations, ie:
|
consistent with each other and their declarations, ie:
|
||||||
(void) (*) (void).
|
(void) (*) (void).
|
||||||
|
* rtadv.h: depends on interface.h, so should include it.
|
||||||
|
|
||||||
2006-08-04 Paul Jakma <paul.jakma@sun.com>
|
2006-08-04 Paul Jakma <paul.jakma@sun.com>
|
||||||
|
|
||||||
|
@ -23,6 +23,8 @@
|
|||||||
#ifndef _ZEBRA_RTADV_H
|
#ifndef _ZEBRA_RTADV_H
|
||||||
#define _ZEBRA_RTADV_H
|
#define _ZEBRA_RTADV_H
|
||||||
|
|
||||||
|
#include "zebra/interface.h"
|
||||||
|
|
||||||
/* Router advertisement prefix. */
|
/* Router advertisement prefix. */
|
||||||
struct rtadv_prefix
|
struct rtadv_prefix
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user