diff options
Diffstat (limited to 'string/strings.h')
-rw-r--r-- | string/strings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/string/strings.h b/string/strings.h index f8ede2966c..701132992a 100644 --- a/string/strings.h +++ b/string/strings.h @@ -19,8 +19,8 @@ /* Compatibility with BSD string(3). */ #ifndef _STRINGS_H - #define _STRINGS_H 1 + #include <features.h> |