mirror of
https://github.com/mpv-player/mpv
synced 2025-02-08 07:57:19 +00:00
Add missing #include, fixes
compare.c:18: warning: implicit declaration of function ‘exit’ compare.c:18: warning: incompatible implicit declaration of built-in function ‘exit’ git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25503 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
fdfc6ffdf7
commit
c4f9634758
@ -3,6 +3,7 @@
|
|||||||
// and dies if there is too large an error ( ABS(a-b)>1 ).
|
// and dies if there is too large an error ( ABS(a-b)>1 ).
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
// FIXME: No checks but it is just for debugging so who cares ;)
|
// FIXME: No checks but it is just for debugging so who cares ;)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user