diff --git a/include/stringlist.h b/include/stringlist.h index dd3f623..8738137 100644 --- a/include/stringlist.h +++ b/include/stringlist.h @@ -1,5 +1,5 @@ -#ifndef __STRING_H -#define __STRING_H +#ifndef __STRINGLIST_H +#define __STRINGLIST_H #include @@ -29,4 +29,4 @@ } } -#endif /* __STRING_H */ +#endif /* __STRINGLIST_H */