On-behalf-of: SAP [email protected] Signed-off-by: Stefan Kober <[email protected]> --- src/ch/ch_hotplug.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/ch/ch_hotplug.c b/src/ch/ch_hotplug.c index b953fe4c6c..902eab839b 100644 --- a/src/ch/ch_hotplug.c +++ b/src/ch/ch_hotplug.c @@ -18,9 +18,11 @@ #include <config.h> -#include "ch_hotplug.h" #include "ch_alias.h" #include "ch_domain.h" +#include "ch_hotplug.h" +#include "ch_process.h" + #include "domain_event.h" #include "domain_validate.h" #include "virlog.h" -- 2.51.0
