summaryrefslogtreecommitdiff
path: root/nest/rt-attr.c
diff options
context:
space:
mode:
authorMaria Matejka <mq@ucw.cz>2022-03-31 19:22:07 +0200
committerMaria Matejka <mq@ucw.cz>2022-05-04 15:37:41 +0200
commit3fb70b26faca6788aa0bdf1d558414f9f777c6cd (patch)
treee18703db6045dcd31f47bf10a72105325435515c /nest/rt-attr.c
parentef6a903e6f44b467f9606018446095521ad01ef1 (diff)
Complex route attributes are data structures, shall be in lib also
Diffstat (limited to 'nest/rt-attr.c')
-rw-r--r--nest/rt-attr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/rt-attr.c b/nest/rt-attr.c
index 8f4319c5..2fa9b673 100644
--- a/nest/rt-attr.c
+++ b/nest/rt-attr.c
@@ -49,7 +49,7 @@
#include "nest/protocol.h"
#include "nest/iface.h"
#include "nest/cli.h"
-#include "nest/attrs.h"
+#include "lib/attrs.h"
#include "lib/alloca.h"
#include "lib/hash.h"
#include "lib/idm.h"