diff options
Diffstat (limited to 'shell/Evolution-Component.idl')
-rw-r--r-- | shell/Evolution-Component.idl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/Evolution-Component.idl b/shell/Evolution-Component.idl index f200680633..defb138ae9 100644 --- a/shell/Evolution-Component.idl +++ b/shell/Evolution-Component.idl @@ -8,6 +8,9 @@ * Copyright (C) 2003 Ximian, Inc. */ +#ifndef _GNOME_EVOLUTION_COMPONENT_IDL +#define _GNOME_EVOLUTION_COMPONENT_IDL + #include <Bonobo.idl> module GNOME { @@ -98,3 +101,5 @@ module Evolution { }; }; + +#endif |