diff options
Diffstat (limited to 'src/plugins/map')
-rw-r--r-- | src/plugins/map/map_all_api_h.h | 5 | ||||
-rw-r--r-- | src/plugins/map/map_api.c | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/src/plugins/map/map_all_api_h.h b/src/plugins/map/map_all_api_h.h index 4fb3e199bb2..c622bec170b 100644 --- a/src/plugins/map/map_all_api_h.h +++ b/src/plugins/map/map_all_api_h.h @@ -16,4 +16,9 @@ * limitations under the License. */ /* Include the generated file, see BUILT_SOURCES in Makefile.am */ + +#ifdef vl_printfun +#include <vnet/format_fns.h> +#endif + #include <map/map.api.h> diff --git a/src/plugins/map/map_api.c b/src/plugins/map/map_api.c index 5f2e1f82696..654e1793064 100644 --- a/src/plugins/map/map_api.c +++ b/src/plugins/map/map_api.c @@ -17,6 +17,7 @@ *------------------------------------------------------------------ */ +#include <vnet/ip/ip_types_api.h> #include <map/map.h> #include <map/map_msg_enum.h> #include <vnet/ip/ip.h> |