diff options
author | hasso <hasso> | 2004-05-19 13:38:40 +0200 |
---|---|---|
committer | hasso <hasso> | 2004-05-19 13:38:40 +0200 |
commit | 37da8c011408560eeaa74b2439192d36e16c19a4 (patch) | |
tree | 38c7a0f93ec030bbb1cf4067713c69257ddbc662 /isisd/isis_events.c | |
parent | Update to latest (really :) ospf6d from Zebra repository and some tiny (diff) | |
download | frr-37da8c011408560eeaa74b2439192d36e16c19a4.tar.xz frr-37da8c011408560eeaa74b2439192d36e16c19a4.zip |
Make it compile in NetBSD and OpenBSD.
Diffstat (limited to 'isisd/isis_events.c')
-rw-r--r-- | isisd/isis_events.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/isisd/isis_events.c b/isisd/isis_events.c index 29ea8067b..be136e264 100644 --- a/isisd/isis_events.c +++ b/isisd/isis_events.c @@ -23,7 +23,6 @@ #include <stdio.h> #include <ctype.h> #include <zebra.h> -#include <net/ethernet.h> #include "log.h" #include "memory.h" |