From 28aed3c2c360b84762f76b322e9fc80bd74c036b Mon Sep 17 00:00:00 2001 From: Peter Schiffer Date: Fri, 9 May 2014 17:37:40 +0200 Subject: Hardware: spring cleanup & refactor * use openlmi common library where possible * get rid of LMI_Hardware.h file * some other cosmetic changes --- src/hardware/virt_what.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/hardware/virt_what.h') diff --git a/src/hardware/virt_what.h b/src/hardware/virt_what.h index b133136..6f300c7 100644 --- a/src/hardware/virt_what.h +++ b/src/hardware/virt_what.h @@ -21,6 +21,7 @@ #ifndef VIRT_WHAT_H_ #define VIRT_WHAT_H_ +#include "utils.h" /* * Get virtual machine type if running as a virtual machine. If running in @@ -30,5 +31,4 @@ */ short virt_what_get_virtual_type(char **virt); - #endif /* VIRT_WHAT_H_ */ -- cgit