diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-06-17 12:45:39 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-06-17 12:45:39 +0000 |
commit | 619b87dfa51588cc81c779f074c4532e18c0dbb1 (patch) | |
tree | 2b244c5736f9e9101fc1d3d938e59a3110e1c8ad /libbb/strrstr.c | |
parent | 16c2fea2803d64b84d196fc315132fd09112ff14 (diff) | |
download | busybox-w32-619b87dfa51588cc81c779f074c4532e18c0dbb1.tar.gz busybox-w32-619b87dfa51588cc81c779f074c4532e18c0dbb1.tar.bz2 busybox-w32-619b87dfa51588cc81c779f074c4532e18c0dbb1.zip |
- fix includes
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 @@ | |||
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 |