numam-dpdk/lib/librte_latencystats
Adrien Mazarguil f5b4a9aa02 latency: fix missing includes in exported header
This commit addresses the following errors:

 In file included from build/include/rte_latencystats.h:43:0,
                  from /tmp/check-includes.sh.6580.c:1:
 build/include/rte_metrics.h:91:2: error: unknown type name 'uint16_t'
 [...]
 In file included from /tmp/check-includes.sh.6580.c:1:0:
 build/include/rte_latencystats.h:66:19: error: expected declaration
    specifiers or '...' before '*' token
 [...]

Fixes: 5cd3cac9ed ("latency: added new library for latency stats")

Signed-off-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
2017-05-01 00:13:15 +02:00
..
Makefile latency: added new library for latency stats 2017-04-05 18:00:42 +02:00
rte_latencystats_version.map latency: added new library for latency stats 2017-04-05 18:00:42 +02:00
rte_latencystats.c latency: fix build without timer library 2017-04-07 11:43:43 +02:00
rte_latencystats.h latency: fix missing includes in exported header 2017-05-01 00:13:15 +02:00