DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] telemetry: make usable from C++
@ 2022-10-12 12:05 Markus Theil
  2022-10-27 12:04 ` David Marchand
  0 siblings, 1 reply; 3+ messages in thread
From: Markus Theil @ 2022-10-12 12:05 UTC (permalink / raw)
  To: dev; +Cc: Ciara Power, Markus Theil

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-10-28  6:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-12 12:05 [PATCH] telemetry: make usable from C++ Markus Theil
2022-10-27 12:04 ` David Marchand
2022-10-28  6:48   ` Markus Theil

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).