diff options
Diffstat (limited to 'libbb/strrstr.c')
-rw-r--r-- | libbb/strrstr.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libbb/strrstr.c b/libbb/strrstr.c index 3cd76670a..5a2685920 100644 --- a/libbb/strrstr.c +++ b/libbb/strrstr.c @@ -7,8 +7,7 @@ * Licensed under GPLv2 or later, see file License in this tarball for details. */ -#include <string.h> -#include <stdio.h> +#include "libbb.h" /* * The strrstr() function finds the last occurrence of the substring needle |