From 92f52e811b6b556eeab3c7faeb20d61cacb47afb Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 17 Dec 2007 00:11:33 +0000 Subject: Use correct #include for waitpid, fixes the warning: unrar_exec.c:127: warning: implicit declaration of function 'waitpid' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25427 b3059339-0415-0410-9bf9-f77b7e298cf2 --- unrar_exec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unrar_exec.c b/unrar_exec.c index 29a531fb61..de2b230e81 100644 --- a/unrar_exec.c +++ b/unrar_exec.c @@ -21,7 +21,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include +#include #include #include #include -- cgit v1.2.3