Skip to content

Commit

Permalink
power: fix missing header includes
Browse files Browse the repository at this point in the history
[ upstream commit deb6ea1 ]

The rte_power_guest_channel.h file did not include its dependent
headers, so add them.

Fixes: 5f443cc ("power: create guest channel public header file")

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
  • Loading branch information
bruce-richardson authored and bluca committed Feb 4, 2021
1 parent 527f81e commit f9ec53b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/librte_power/rte_power_guest_channel.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
#ifndef RTE_POWER_GUEST_CHANNEL_H
#define RTE_POWER_GUEST_CHANNEL_H

#include <stdint.h>
#include <stddef.h>
#include <stdbool.h>

#include <rte_compat.h>

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

0 comments on commit f9ec53b

Please sign in to comment.