X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Facl%2Facl.c;h=65785cc0f5af5450ec8c8072504fa98017018a0f;hb=3e0ee6ec3ce1d3f32c1faca7514048e55412220e;hp=f7156847241a63c7f08b4fd9083decee519ae3af;hpb=14864770be4068b34ffc1124f47f5e9fe2a929d2;p=vpp.git diff --git a/src/plugins/acl/acl.c b/src/plugins/acl/acl.c index f7156847241..65785cc0f5a 100644 --- a/src/plugins/acl/acl.c +++ b/src/plugins/acl/acl.c @@ -59,6 +59,13 @@ acl_main_t *p_acl_main = &acl_main; #define REPLY_MSG_ID_BASE am->msg_id_base #include +/* + * The code for the bihash, used by the session management. + */ +#include +#include +#include + /* List of message types that this plugin understands */ #define foreach_acl_plugin_api_msg \