[MPlayer-cvslog] r25427 - trunk/unrar_exec.c
diego
subversion at mplayerhq.hu
Mon Dec 17 01:11:33 CET 2007
Author: diego
Date: Mon Dec 17 01:11:33 2007
New Revision: 25427
Log:
Use correct #include for waitpid, fixes the warning:
unrar_exec.c:127: warning: implicit declaration of function 'waitpid'
Modified:
trunk/unrar_exec.c
Modified: trunk/unrar_exec.c
==============================================================================
--- trunk/unrar_exec.c (original)
+++ trunk/unrar_exec.c Mon Dec 17 01:11:33 2007
@@ -21,7 +21,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#include <sys/types.h>
+#include <sys/wait.h>
#include <unistd.h>
#include <fcntl.h>
#include <stdlib.h>
More information about the MPlayer-cvslog
mailing list