[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:
Paul Jakma 2006-08-06 16:02:43 +00:00
parent f28b0e57bd
commit 66c454f2a5
2 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,7 @@
* if_{proc,sysctl}.c: Make ifstat_update_* definitions and return values
consistent with each other and their declarations, ie:
(void) (*) (void).
* rtadv.h: depends on interface.h, so should include it.
2006-08-04 Paul Jakma <paul.jakma@sun.com>

View File

@ -23,6 +23,8 @@
#ifndef _ZEBRA_RTADV_H
#define _ZEBRA_RTADV_H
#include "zebra/interface.h"
/* Router advertisement prefix. */
struct rtadv_prefix
{