1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-14 19:59:02 +00:00

Use unique header guards

This commit is contained in:
dmiller
2019-11-19 17:53:42 +00:00
parent 1a510d0940
commit ed66ed03ec

View File

@@ -131,8 +131,8 @@
***************************************************************************/
/* This code was originally part of the Nping tool. */
#ifndef ICMPv6HEADER_H
#define ICMPv6HEADER_H 1
#ifndef ICMPv6RRBODY_H
#define ICMPv6RRBODY_H 1
#include "NetworkLayerElement.h"