svn commit: trunk/busybox/libbb

aldot at busybox.net aldot at busybox.net
Tue Jun 17 12:45:39 UTC 2008


Author: aldot
Date: 2008-06-17 05:45:39 -0700 (Tue, 17 Jun 2008)
New Revision: 22398

Log:
- fix includes


Modified:
   trunk/busybox/libbb/strrstr.c


Changeset:
Modified: trunk/busybox/libbb/strrstr.c
===================================================================
--- trunk/busybox/libbb/strrstr.c	2008-06-17 12:28:44 UTC (rev 22397)
+++ trunk/busybox/libbb/strrstr.c	2008-06-17 12:45:39 UTC (rev 22398)
@@ -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




More information about the busybox-cvs mailing list