]> git.droids-corp.org - dpdk.git/commitdiff
telemetry: add missing header include
authorDavid Marchand <david.marchand@redhat.com>
Sat, 29 Jun 2019 11:58:51 +0000 (13:58 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Sat, 29 Jun 2019 17:04:42 +0000 (19:04 +0200)
Fixes: 1b756087db93 ("telemetry: add parser for client socket messages")
Cc: stable@dpdk.org
Signed-off-by: David Marchand <david.marchand@redhat.com>
lib/librte_telemetry/rte_telemetry_parser.c

index e76382afa5387e737acfe099f39c507fa057c5e1..956d78382e620de7019311a5f9cd3bf5109c28b2 100644 (file)
@@ -13,6 +13,7 @@
 #include <rte_ethdev.h>
 
 #include "rte_telemetry_internal.h"
+#include "rte_telemetry_parser.h"
 
 typedef int (*command_func)(struct telemetry_impl *, int, json_t *);