From: Jan Kiszka <[email protected]> jailhouse/console.h also requires types.h.
Signed-off-by: Jan Kiszka <[email protected]> --- scripts/header_check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/header_check b/scripts/header_check index becb11f8..b51f7900 100755 --- a/scripts/header_check +++ b/scripts/header_check @@ -31,7 +31,7 @@ test_compile() header=`basename $2` prepend= case $header in - cell-config.h|header.h|hypercall.h) + cell-config.h|console.h|header.h|hypercall.h) prepend="#include <jailhouse/types.h>" ;; jailhouse_hypercall.h) -- 2.16.4 -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jailhouse-dev/46a3326d-188e-bd1a-49e3-b081396f6850%40web.de. For more options, visit https://groups.google.com/d/optout.
