Module: kamailio Branch: 5.3 Commit: 9e5c25ea35fd949e3ed458b23dd4ecd369bb09c8 URL: https://github.com/kamailio/kamailio/commit/9e5c25ea35fd949e3ed458b23dd4ecd3...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2020-05-06T12:02:46+02:00
pipelimit: use file name specific include guard
(cherry picked from commit e4356d56d57599ff063e6849cab8cab5267d26e0)
---
Modified: src/modules/pipelimit/pl_statistics.h
---
Diff: https://github.com/kamailio/kamailio/commit/9e5c25ea35fd949e3ed458b23dd4ecd3... Patch: https://github.com/kamailio/kamailio/commit/9e5c25ea35fd949e3ed458b23dd4ecd3...
---
diff --git a/src/modules/pipelimit/pl_statistics.h b/src/modules/pipelimit/pl_statistics.h index dab7a4f375..69db473e22 100644 --- a/src/modules/pipelimit/pl_statistics.h +++ b/src/modules/pipelimit/pl_statistics.h @@ -27,8 +27,8 @@ */
-#ifndef _KSTATISTICS_H_ -#define _KSTATISTICS_H_ +#ifndef _PL_KSTATISTICS_H_ +#define _PL_KSTATISTICS_H_
#include "../../core/counters.h"