diff options
| author | David Lamparter <equinox@diac24.net> | 2020-04-23 20:16:37 +0200 |
|---|---|---|
| committer | David Lamparter <equinox@diac24.net> | 2020-04-27 09:52:41 +0200 |
| commit | 7309092bf48ec5af1b29c1b8d81211cb1d57f3a4 (patch) | |
| tree | 8314a64f2d52070e5a0b6df6be55453e329f5a37 /lib/srv6.c | |
| parent | 980ab2de52558408eca3c78df1af7f7b5c3adb11 (diff) | |
*: fix first header
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'lib/srv6.c')
| -rw-r--r-- | lib/srv6.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/srv6.c b/lib/srv6.c index be340f13f5..287bf56089 100644 --- a/lib/srv6.c +++ b/lib/srv6.c @@ -17,6 +17,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +#include "zebra.h" + #include "srv6.h" #include "log.h" |
