summaryrefslogtreecommitdiff
path: root/idlc/c_gen/c_gen_base_cb.h
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/c_gen/c_gen_base_cb.h')
-rw-r--r--idlc/c_gen/c_gen_base_cb.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/idlc/c_gen/c_gen_base_cb.h b/idlc/c_gen/c_gen_base_cb.h
index 84f2081..dd51c2a 100644
--- a/idlc/c_gen/c_gen_base_cb.h
+++ b/idlc/c_gen/c_gen_base_cb.h
@@ -14,6 +14,9 @@
* limitations under the License.
*/
+#ifndef IDLC_C_GEN_C_GEN_BASE_CB_H_
+#define IDLC_C_GEN_C_GEN_BASE_CB_H_
+
const char CB_COPYRIGHT[] =
R"__c_cb(/*
* Generated by tidlc $$.
@@ -50,3 +53,5 @@ R"__c_cb(
#include <rpc-port.h>
#include <rpc-port-parcel.h>
)__c_cb";
+
+#endif // IDLC_C_GEN_C_GEN_BASE_CB_H_