projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16c2fea
)
- fix includes
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Tue, 17 Jun 2008 12:45:39 +0000
(12:45 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Tue, 17 Jun 2008 12:45:39 +0000
(12:45 -0000)
libbb/strrstr.c
patch
|
blob
|
history
diff --git
a/libbb/strrstr.c
b/libbb/strrstr.c
index 3cd76670ad33a439b24911f36d24c3ce998d4cca..5a2685920f4a8c8026c171ce634a56dd745a5bb7 100644
(file)
--- 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