diff options
author | Andrew Yourtchenko <ayourtch@gmail.com> | 2017-08-08 16:43:38 +0200 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2017-08-22 20:02:34 +0000 |
commit | beb50d425dc03e082c983fde4005897d69d54288 (patch) | |
tree | 20cbd7dc1f2ebf5701bb0ab4c179d705a8ab9b80 /src/plugins/acl/fa_node.h | |
parent | adcf45217d08d66d9c85dbada54c6f1f401c7ef2 (diff) |
acl-plugin: Recreate the bihash_40_8.h in the proper place
Change-Id: I30a3df53bc5fe5ab991a657918eb502bd2913440
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
Diffstat (limited to 'src/plugins/acl/fa_node.h')
-rw-r--r-- | src/plugins/acl/fa_node.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/acl/fa_node.h b/src/plugins/acl/fa_node.h index d5c766cd1fa..fa9a2303f41 100644 --- a/src/plugins/acl/fa_node.h +++ b/src/plugins/acl/fa_node.h @@ -2,7 +2,7 @@ #define _FA_NODE_H_ #include <stddef.h> -#include "bihash_40_8.h" +#include <vppinfra/bihash_40_8.h> #define TCP_FLAG_FIN 0x01 #define TCP_FLAG_SYN 0x02 |