# HG changeset patch # User diego # Date 1197850293 0 # Node ID 45d3ecc4c7e04530e53fc9a07b95c5067d3c7657 # Parent 1da7ab18df33a069e2582e617b7058de5933aca2 Use correct #include for waitpid, fixes the warning: unrar_exec.c:127: warning: implicit declaration of function 'waitpid' diff -r 1da7ab18df33 -r 45d3ecc4c7e0 unrar_exec.c --- a/unrar_exec.c Sun Dec 16 23:57:34 2007 +0000 +++ b/unrar_exec.c Mon Dec 17 00:11:33 2007 +0000 @@ -21,7 +21,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include +#include #include #include #include