diff --git a/src/compat/string.h b/src/compat/string.h index ef96332..f146780 100644 --- a/src/compat/string.h +++ b/src/compat/string.h @@ -1,6 +1,11 @@ +#ifndef __COMPAT_STRING_H +#define __COMPAT_STRING_H + #include #ifdef NO_MEMRCHR extern void* memrchr(const void *, int, size_t); #endif + +#endif /* __COMPAT_STRING_H */