From 14f2b0f52a48b987f5ae5bde06820081ad50af3d Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Sun, 29 Aug 2010 17:16:26 +0300 Subject: spice-experimental.h: add multiple include protection --- server/spice-experimental.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/server/spice-experimental.h b/server/spice-experimental.h index 7c1fdf2d..526062f3 100644 --- a/server/spice-experimental.h +++ b/server/spice-experimental.h @@ -1,5 +1,9 @@ -/* char device interfaces */ +#ifndef __SPICE_EXPERIMENTAL_H__ +#define __SPICE_EXPERIMENTAL_H__ + +#include "spice.h" +/* char device interfaces */ #define SPICE_INTERFACE_CHAR_DEVICE "char_device" #define SPICE_INTERFACE_CHAR_DEVICE_MAJOR 1 #define SPICE_INTERFACE_CHAR_DEVICE_MINOR 1 @@ -63,3 +67,5 @@ int spice_server_migrate_start(SpiceServer *s); int spice_server_migrate_client_state(SpiceServer *s); int spice_server_migrate_end(SpiceServer *s, int completed); +#endif // __SPICE_EXPERIMENTAL_H__ + -- cgit