Skip to content

Commit

Permalink
core: add missing include to control.h
Browse files Browse the repository at this point in the history
Add a missing include to hypervisor/includes/jailhouse/control.h

Signed-off-by: Antonios Motakis <antonios.motakis@huawei.com>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
  • Loading branch information
tvelocity authored and jan-kiszka committed Aug 19, 2015
1 parent d44a0d9 commit 5dd2a36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hypervisor/include/jailhouse/control.h
Expand Up @@ -12,6 +12,7 @@

#include <asm/bitops.h>
#include <asm/percpu.h>
#include <jailhouse/cell.h>
#include <jailhouse/cell-config.h>

#define SHUTDOWN_NONE 0
Expand Down

0 comments on commit 5dd2a36

Please sign in to comment.