From: Paul Vinciguerra Date: Sun, 29 Nov 2020 21:05:42 +0000 (-0500) Subject: map: add include guard to map.h X-Git-Tag: v21.06-rc0~98 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=f55c34173ad778b71345c66376da8d2d5584d785;p=vpp.git map: add include guard to map.h Type: fix Change-Id: I26c3640d9fe82d4cf22f19935eeca1411f9a1c3b Signed-off-by: Paul Vinciguerra --- diff --git a/src/plugins/map/map.h b/src/plugins/map/map.h index 215a832f431..d874aa47b3a 100644 --- a/src/plugins/map/map.h +++ b/src/plugins/map/map.h @@ -12,6 +12,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +#ifndef included_map_h +#define included_map_h + #include #include #include @@ -493,6 +496,7 @@ ip6_map_ip4_lookup_bypass (vlib_buffer_t * p0, ip4_header_t * ip) return (false); } +#endif /* * fd.io coding-style-patch-verification: ON *