diff options
author | Maria Matejka <mq@ucw.cz> | 2022-05-30 16:21:02 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2022-05-30 16:21:02 +0200 |
commit | 86ac1045d7497af8c7556c5051d4b005fbfcdbe1 (patch) | |
tree | b67cda17dab9898714a7911a160c8e72d5157622 /nest/rt-attr.c | |
parent | b3649ec77ee7101fe77845bb727cc8e8a7cd4b1c (diff) | |
parent | 3fb70b26faca6788aa0bdf1d558414f9f777c6cd (diff) |
Merge commit '3fb70b26faca6788aa0bdf1d558414f9f777c6cd' into haugesund
Diffstat (limited to 'nest/rt-attr.c')
-rw-r--r-- | nest/rt-attr.c | 2 |
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" |