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:
rathann 2006-05-13 21:01:05 +00:00
parent 447119777b
commit 9a6953a891
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#include <assert.h>
#include <string.h>
#include <polyp/polyplib.h>
#include <polyp/polyplib-error.h>