1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Complex route attributes are data structures, shall be in lib also

This commit is contained in:
Maria Matejka
2022-03-31 19:22:07 +02:00
parent ef6a903e6f
commit 3fb70b26fa
13 changed files with 14 additions and 14 deletions

View File

@@ -16,7 +16,7 @@
#include "nest/iface.h"
#include "nest/protocol.h"
#include "nest/rt.h"
#include "nest/attrs.h"
#include "lib/attrs.h"
#include "proto/mrt/mrt.h"
#include "conf/conf.h"
#include "lib/unaligned.h"