From 619b87dfa51588cc81c779f074c4532e18c0dbb1 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 17 Jun 2008 12:45:39 +0000 Subject: - fix includes --- libbb/strrstr.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libbb/strrstr.c') 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 @@ * Licensed under GPLv2 or later, see file License in this tarball for details. */ -#include -#include +#include "libbb.h" /* * The strrstr() function finds the last occurrence of the substring needle -- cgit v1.2.3