mirror of https://github.com/mpv-player/mpv
Fix:
ao_polyp.c:74: warning: implicit declaration of function âstrcspnâ ao_polyp.c:79: warning: implicit declaration of function âstrncpyâ git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18491 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
447119777b
commit
9a6953a891
|
@ -1,4 +1,5 @@
|
|||
#include <assert.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <polyp/polyplib.h>
|
||||
#include <polyp/polyplib-error.h>
|
||||
|
|
Loading…
Reference in New Issue