diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2016-11-29 13:34:52 +0100 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2016-11-29 14:15:05 +0100 |
| commit | ddae30158dff25ed093f4ab72c46a870ea5ad9f5 (patch) | |
| tree | da8137cd9c08b0c61e01c08aa6f4e884083ea5d1 /ospf6d/ospf6_route.h | |
| parent | aed3273f38be072c50cbb376aa534cab765bed3f (diff) | |
*: add #include "command.h" where needed
Headers using struct cmd_token should directly include command.h so the
struct is actually defined.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'ospf6d/ospf6_route.h')
| -rw-r--r-- | ospf6d/ospf6_route.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ospf6d/ospf6_route.h b/ospf6d/ospf6_route.h index c7c21a6579..8b973d28ff 100644 --- a/ospf6d/ospf6_route.h +++ b/ospf6d/ospf6_route.h @@ -22,6 +22,8 @@ #ifndef OSPF6_ROUTE_H #define OSPF6_ROUTE_H +#include "command.h" + #define OSPF6_MULTI_PATH_LIMIT 4 /* Debug option */ |
