diff options
Diffstat (limited to 'cmd/strings.c')
| -rw-r--r-- | cmd/strings.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/cmd/strings.c b/cmd/strings.c index 5bcb0f2b567..beac2a6e6b3 100644 --- a/cmd/strings.c +++ b/cmd/strings.c @@ -9,6 +9,7 @@  #include <config.h>  #include <command.h>  #include <vsprintf.h> +#include <linux/string.h>  static char *start_addr, *last_addr; | 
