diff options
author | Andrzej Rybczak <electricityispower@gmail.com> | 2012-10-02 16:19:04 +0200 |
---|---|---|
committer | Andrzej Rybczak <electricityispower@gmail.com> | 2012-10-02 16:19:04 +0200 |
commit | efe2a523829fbcc18b010022eee23610830f1cc5 (patch) | |
tree | 0b7e696f530d5bea704093640d978f168c48c3f9 /src/global.h | |
parent | 592a156aaa65f5c130911753f7e524aa1e341e44 (diff) |
fix header guards
Diffstat (limited to 'src/global.h')
-rw-r--r-- | src/global.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/global.h b/src/global.h index 5cc20794..3fa12557 100644 --- a/src/global.h +++ b/src/global.h @@ -18,8 +18,8 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#ifndef _GLOBAL_H -#define _GLOBAL_H +#ifndef NCMPCPP_GLOBAL_H +#define NCMPCPP_GLOBAL_H #include <sys/time.h> @@ -64,4 +64,4 @@ extern timeval Timer; } -#endif +#endif // NCMPCPP_GLOBAL_H |