Signed-off-by: Andrea Bastoni <[email protected]> --- hypervisor/include/jailhouse/string.h | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/hypervisor/include/jailhouse/string.h b/hypervisor/include/jailhouse/string.h index 5b87bf03..24f0b0b4 100644 --- a/hypervisor/include/jailhouse/string.h +++ b/hypervisor/include/jailhouse/string.h @@ -1,3 +1,6 @@ +#ifndef _JAILHOUSE_STRING_H +#define _JAILHOUSE_STRING_H + /* * Jailhouse, a Linux-based partitioning hypervisor * @@ -22,3 +25,5 @@ int strcmp(const char *s1, const char *s2); #define __stringify_1(x...) #x #define __stringify(x...) __stringify_1(x) + +#endif -- 2.28.0 -- 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/20201021145404.100463-3-andrea.bastoni%40tum.de.
