Skip to content

Commit

Permalink
bitrate: fix missing header include
Browse files Browse the repository at this point in the history
[ upstream commit 29a3ec7 ]

The rte_compat.h header file must be included to get the definition of
__rte_experimental.

Fixes: f030bff ("bitrate: add free function")

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Reviewed-by: David Marchand <david.marchand@redhat.com>
  • Loading branch information
bruce-richardson authored and bluca committed Feb 4, 2021
1 parent d46998a commit cea9c37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/librte_bitratestats/rte_bitrate.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

#include <stdint.h>

#include <rte_compat.h>

#ifdef __cplusplus
extern "C" {
#endif
Expand Down

0 comments on commit cea9c37

Please sign in to comment.