vapi: Missing include file in vlib.api.vapi.h 95/35395/2
authorDave Wallace <dwallacelf@gmail.com>
Wed, 23 Feb 2022 20:36:02 +0000 (15:36 -0500)
committerDave Wallace <dwallacelf@gmail.com>
Fri, 25 Feb 2022 18:14:22 +0000 (18:14 +0000)
commit9f0c28e7f2203213fa9ea01389d044dcce3f0afe
treef37c25d787de9ba2bd73a533762247694a55b7a8
parentf4df11acf998d15cc6d5850a8febe439c92f31fd
vapi: Missing include file in vlib.api.vapi.h

- A call to vapi_msg_control_ping_hton() is generated in
  a static inline function in vlib.api.vapi.h, which is
  defined/generated in memclnt.api.vapi.h without
  including memclnt.api.vapi.h in vlib.api.vapi.h.
  This breaks the compilation of plugins which include
  only vlib.api.vapi.h (e.g. hicn_plugin from the HICN
  project).

Type: fix
Fixes: a1400cecb

Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Change-Id: I5574f4ed496183ea93265f493bf3624254a865a2
(cherry picked from commit 14baada2140ad5a19e4d502e81296fe70b5b54d1)
src/vpp-api/vapi/vapi_c_gen.py