diff options
Diffstat (limited to 'common/str.h')
-rw-r--r-- | common/str.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/str.h b/common/str.h index b0baa37..fc5f587 100644 --- a/common/str.h +++ b/common/str.h @@ -1,5 +1,5 @@ -#ifndef _UTIL_H_ -#define _UTIL_H_ +#ifndef _COMMON_STR_H_ +#define _COMMON_STR_H_ #include <stdio.h> #include <stdarg.h> |