vapi: Missing include file in vlib.api.vapi.h 25/35425/2
authorDave Wallace <dwallacelf@gmail.com>
Wed, 23 Feb 2022 20:36:02 +0000 (15:36 -0500)
committerDave Wallace <dwallacelf@gmail.com>
Thu, 24 Feb 2022 20:55:11 +0000 (15:55 -0500)
commit14baada2140ad5a19e4d502e81296fe70b5b54d1
treefe86cc4cdd87b02b2b0b073f72c85dad5865e2bd
parent45207e0fb2c46e211ff2e66fb141867d81198d97
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
src/vpp-api/vapi/vapi_c_gen.py