mirror of https://github.com/mpv-player/mpv
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
This commit is contained in:
parent
abb3ce5a5b
commit
92f52e811b
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue