summaryrefslogtreecommitdiff
path: root/CIAO/tests/IDL3/ImpliedIDL/All/raw_include.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tests/IDL3/ImpliedIDL/All/raw_include.idl')
-rw-r--r--CIAO/tests/IDL3/ImpliedIDL/All/raw_include.idl5
1 files changed, 5 insertions, 0 deletions
diff --git a/CIAO/tests/IDL3/ImpliedIDL/All/raw_include.idl b/CIAO/tests/IDL3/ImpliedIDL/All/raw_include.idl
index 51cff222b4b..b3aed65f2df 100644
--- a/CIAO/tests/IDL3/ImpliedIDL/All/raw_include.idl
+++ b/CIAO/tests/IDL3/ImpliedIDL/All/raw_include.idl
@@ -8,6 +8,9 @@
* an IDL2 file corresponding to the IDL3 file this one is
* included in unchanged, without the '_IDL2' suffix.
*/
+
+#ifndef RAW_INCLUDE_IDL
+#define RAW_INCLUDE_IDL
module carnsarn
{
@@ -20,3 +23,5 @@ module carnsarn
wstring<3> trinity;
};
};
+
+#endif /* RAW_INCLUDE_IDL */