diff options
author | Igor Ryzhov <iryzhov@nfware.com> | 2023-11-16 20:31:52 +0100 |
---|---|---|
committer | Igor Ryzhov <iryzhov@nfware.com> | 2023-11-17 11:27:03 +0100 |
commit | c0568d4f9e2b9319666562b0192f622b15371f6c (patch) | |
tree | 97b9b73fd372b2964f6bbc1322f3bbd21c8b9961 /lib/mgmt_fe_client.h | |
parent | Merge pull request #14807 from Keelan10/fix-babel-int-delete-leak (diff) | |
download | frr-c0568d4f9e2b9319666562b0192f622b15371f6c.tar.xz frr-c0568d4f9e2b9319666562b0192f622b15371f6c.zip |
lib, mgmtd: move common header to lib
The common header included from lib and other daemons should be located
in lib, not in mgmt directory.
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'lib/mgmt_fe_client.h')
-rw-r--r-- | lib/mgmt_fe_client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mgmt_fe_client.h b/lib/mgmt_fe_client.h index 349b7e4cf..d770748f2 100644 --- a/lib/mgmt_fe_client.h +++ b/lib/mgmt_fe_client.h @@ -14,7 +14,7 @@ extern "C" { #include "mgmt_pb.h" #include "frrevent.h" -#include "mgmtd/mgmt_defines.h" +#include "mgmt_defines.h" /*************************************************************** * Macros |