From 28726b27af3cd0a9d3166033c6619a9c7227cb48 Mon Sep 17 00:00:00 2001 From: c9s Date: Tue, 17 Nov 2015 18:27:25 +0800 Subject: [PATCH] Fix r3_str.h header protection --- include/r3_str.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/include/r3_str.h b/include/r3_str.h index 1243697..0250144 100644 --- a/include/r3_str.h +++ b/include/r3_str.h @@ -4,8 +4,8 @@ * * Distributed under terms of the MIT license. */ -#ifndef STR_H -#define STR_H +#ifndef R3_STR_H +#define R3_STR_H #ifdef __cplusplus extern "C" { @@ -56,5 +56,4 @@ char *strndup(const char *s, int n); } #endif -#endif /* !STR_H */ - +#endif /* !R3_STR_H */