Skip to content

Commit

Permalink
ratelimit: use file name specific include guard
Browse files Browse the repository at this point in the history
(cherry picked from commit 68b5b3c)
  • Loading branch information
miconda committed May 6, 2020
1 parent 9e5c25e commit f844549
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/ratelimit/rl_statistics.h
Expand Up @@ -27,8 +27,8 @@
*/


#ifndef _KSTATISTICS_H_
#define _KSTATISTICS_H_
#ifndef _RL_KSTATISTICS_H_
#define _RL_KSTATISTICS_H_

#include "../../core/counters.h"

Expand Down

0 comments on commit f844549

Please sign in to comment.