From c03aa80ad1d48b95ab2789af12548a173b00bb56 Mon Sep 17 00:00:00 2001 From: Craig Small Date: Tue, 26 Mar 2013 21:27:38 +1100 Subject: [PATCH] Fixed warning about error_at_line MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ps/display.c:65:7: warning: implicit declaration of function ‘error_at_line’ [-Wimplicit-function-declaration] Applied Gentoo patch created by ssuominen References: http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/sys-process/procps/files/procps-3.3.6-error_at_line.patch?annotate=1.1&diff_format=f http://www.freelists.org/post/procps/procpsng-337,17 Signed-off-by: Craig Small --- ps/display.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ps/display.c b/ps/display.c index b1f98bdc..c20285d4 100644 --- a/ps/display.c +++ b/ps/display.c @@ -25,6 +25,7 @@ #include #include #include +#include #include #include