1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-16 12:49: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. */ /* This code was originally part of the Nping tool. */
#ifndef ICMPv6HEADER_H #ifndef ICMPv6RRBODY_H
#define ICMPv6HEADER_H 1 #define ICMPv6RRBODY_H 1
#include "NetworkLayerElement.h" #include "NetworkLayerElement.h"