diff --git a/src/modules/snmpstats/snmp_statistics.h b/src/modules/snmpstats/snmp_statistics.h index 3ab4c4a98dd..8bca2afee4a 100644 --- a/src/modules/snmpstats/snmp_statistics.h +++ b/src/modules/snmpstats/snmp_statistics.h @@ -27,8 +27,8 @@ */ -#ifndef _KSTATISTICS_H_ -#define _KSTATISTICS_H_ +#ifndef _SNMP_KSTATISTICS_H_ +#define _SNMP_KSTATISTICS_H_ #include "../../core/counters.h" @@ -106,4 +106,4 @@ int get_socket_list_from_proto_and_family( */ int get_total_bytes_waiting(void); -#endif \ No newline at end of file +#endif