summaryrefslogtreecommitdiff
path: root/lib/ipsec
diff options
context:
space:
mode:
authorDmitry Kozlyuk <[email protected]>2022-08-27 14:32:22 +0300
committerDavid Marchand <[email protected]>2022-09-21 15:31:03 +0200
commit72b452c5f2599f970f47fd17d3e8e5d60bfebe7a (patch)
treeccc401e854f73d8864644b3e5e33fa2a253ce1f7 /lib/ipsec
parent347623c9c7cd4ff95c9e734d743e4247e5aaa01a (diff)
eal: remove unneeded includes from a public header
Do not include <ctype.h>, <errno.h>, and <stdlib.h> from <rte_common.h>, because they are not used by this file. Include the needed headers directly from the files that need them. Signed-off-by: Dmitry Kozlyuk <[email protected]> Acked-by: Bruce Richardson <[email protected]>
Diffstat (limited to 'lib/ipsec')
-rw-r--r--lib/ipsec/ipsec_telemetry.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ipsec/ipsec_telemetry.c b/lib/ipsec/ipsec_telemetry.c
index 9a91e47122..cfebf454d6 100644
--- a/lib/ipsec/ipsec_telemetry.c
+++ b/lib/ipsec/ipsec_telemetry.c
@@ -2,6 +2,7 @@
* Copyright(c) 2021 Intel Corporation
*/
+#include <stdlib.h>
#include <rte_ipsec.h>
#include <rte_telemetry.h>
#include <rte_malloc.h>