Module: kamailio Branch: 5.3 Commit: f84454927bf9435a44bef595dc2df924eb051487 URL: https://github.com/kamailio/kamailio/commit/f84454927bf9435a44bef595dc2df924eb051487
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2020-05-06T12:02:58+02:00 ratelimit: use file name specific include guard (cherry picked from commit 68b5b3ce5b8ae38ed5ba7731ae1a6315adedd0e5) --- Modified: src/modules/ratelimit/rl_statistics.h --- Diff: https://github.com/kamailio/kamailio/commit/f84454927bf9435a44bef595dc2df924eb051487.diff Patch: https://github.com/kamailio/kamailio/commit/f84454927bf9435a44bef595dc2df924eb051487.patch --- diff --git a/src/modules/ratelimit/rl_statistics.h b/src/modules/ratelimit/rl_statistics.h index dab7a4f375..de86d01f61 100644 --- a/src/modules/ratelimit/rl_statistics.h +++ b/src/modules/ratelimit/rl_statistics.h @@ -27,8 +27,8 @@ */ -#ifndef _KSTATISTICS_H_ -#define _KSTATISTICS_H_ +#ifndef _RL_KSTATISTICS_H_ +#define _RL_KSTATISTICS_H_ #include "../../core/counters.h" _______________________________________________ Kamailio (SER) - Development Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
