From 6acdad54c42d63f30a2294450bee8783ee01662b Mon Sep 17 00:00:00 2001 From: Matias Elo Date: Tue, 18 Jan 2022 16:43:52 +0200 Subject: api: pool: split pool types into a separate header Split pool types into a separate header file to enable easier function inlining. No API changes. Signed-off-by: Matias Elo Reviewed-by: Tuomas Taipale Reviewed-by: Petri Savolainen --- include/odp/api/spec/packet.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/odp/api/spec/packet.h') diff --git a/include/odp/api/spec/packet.h b/include/odp/api/spec/packet.h index daf0b3133..8dc0a77bb 100644 --- a/include/odp/api/spec/packet.h +++ b/include/odp/api/spec/packet.h @@ -22,6 +22,7 @@ extern "C" { #include #include #include +#include /** @defgroup odp_packet ODP PACKET * Packet event metadata and operations. -- cgit v1.2.3