This is an automated email from the ASF dual-hosted git repository.

chug pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git


The following commit(s) were added to refs/heads/master by this push:
     new 4115ecd  NO-JIRA: Add include guard to http2_adaptor.h file
4115ecd is described below

commit 4115ecd92e1d23ee2091a8852fd9e7ca07aa0b09
Author: Chuck Rolke <c...@apache.org>
AuthorDate: Tue Dec 15 16:24:31 2020 -0500

    NO-JIRA: Add include guard to http2_adaptor.h file
---
 src/adaptors/http2/http2_adaptor.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/adaptors/http2/http2_adaptor.h 
b/src/adaptors/http2/http2_adaptor.h
index c27e2a4..decbfc1 100644
--- a/src/adaptors/http2/http2_adaptor.h
+++ b/src/adaptors/http2/http2_adaptor.h
@@ -1,3 +1,6 @@
+#ifndef __http2_adaptor_h__
+#define __http2_adaptor_h__ 1
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -210,3 +213,4 @@ ALLOC_DECLARE(qdr_http2_connection_t);
 ALLOC_DECLARE(qd_http2_buffer_t);
 
 
+#endif // __http2_adaptor_h__


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to