- fix includes
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Tue, 17 Jun 2008 12:45:39 +0000 (12:45 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Tue, 17 Jun 2008 12:45:39 +0000 (12:45 -0000)
libbb/strrstr.c

index 3cd76670ad33a439b24911f36d24c3ce998d4cca..5a2685920f4a8c8026c171ce634a56dd745a5bb7 100644 (file)
@@ -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