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 e76382a..956d783 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 *);