aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libbb/strrstr.c3
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 @@
7 * Licensed under GPLv2 or later, see file License in this tarball for details. 7 * Licensed under GPLv2 or later, see file License in this tarball for details.
8 */ 8 */
9 9
10#include <string.h> 10#include "libbb.h"
11#include <stdio.h>
12 11
13/* 12/*
14 * The strrstr() function finds the last occurrence of the substring needle 13 * The strrstr() function finds the last occurrence of the substring needle