From: Markus Theil <markus.theil@tu-ilmenau.de>
To: dev@dpdk.org
Cc: Ciara Power <ciara.power@intel.com>,
Markus Theil <markus.theil@secunet.com>
Subject: [PATCH] telemetry: make usable from C++
Date: Wed, 12 Oct 2022 14:05:25 +0200 [thread overview]
Message-ID: <20221012120525.11509-1-markus.theil@tu-ilmenau.de> (raw)
From: Markus Theil <markus.theil@secunet.com>
Add missing include in order to make C++ compilers
happy.
Signed-off-by: Markus Theil <markus.theil@secunet.com>
---
lib/telemetry/rte_telemetry.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/telemetry/rte_telemetry.h b/lib/telemetry/rte_telemetry.h
index 5e5ddaa25d..ded8e26b8b 100644
--- a/lib/telemetry/rte_telemetry.h
+++ b/lib/telemetry/rte_telemetry.h
@@ -3,6 +3,7 @@
*/
#include <stdint.h>
+#include <stddef.h>
#include <rte_compat.h>
--
2.38.0
next reply other threads:[~2022-10-12 12:05 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-12 12:05 Markus Theil [this message]
2022-10-27 12:04 ` David Marchand
2022-10-28 6:48 ` Markus Theil
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20221012120525.11509-1-markus.theil@tu-ilmenau.de \
--to=markus.theil@tu-ilmenau.de \
--cc=ciara.power@intel.com \
--cc=dev@dpdk.org \
--cc=markus.theil@secunet.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).