diff options
Diffstat (limited to 'libbb/last_char_is.c')
-rw-r--r-- | libbb/last_char_is.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/last_char_is.c b/libbb/last_char_is.c index ae2d24bf7..a95e57c35 100644 --- a/libbb/last_char_is.c +++ b/libbb/last_char_is.c | |||
@@ -19,6 +19,7 @@ | |||
19 | * | 19 | * |
20 | */ | 20 | */ |
21 | 21 | ||
22 | #include <string.h> | ||
22 | #include "libbb.h" | 23 | #include "libbb.h" |
23 | 24 | ||
24 | /* Find out if the last character of a string matches the one given Don't | 25 | /* Find out if the last character of a string matches the one given Don't |