[MPlayer-cvslog] CVS: main/libao2 ao_polyp.c,1.5,1.6

Dominik Mierzejewski CVS syncmail at mplayerhq.hu
Sat May 13 23:01:07 CEST 2006


CVS change done by Dominik Mierzejewski CVS

Update of /cvsroot/mplayer/main/libao2
In directory mail:/var2/tmp/cvs-serv8845

Modified Files:
	ao_polyp.c 
Log Message:
Fix:
ao_polyp.c:74: warning: implicit declaration of function ‘strcspn’
ao_polyp.c:79: warning: implicit declaration of function ‘strncpy’


Index: ao_polyp.c
===================================================================
RCS file: /cvsroot/mplayer/main/libao2/ao_polyp.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ao_polyp.c	12 Jan 2005 22:00:02 -0000	1.5
+++ ao_polyp.c	13 May 2006 21:01:05 -0000	1.6
@@ -1,4 +1,5 @@
 #include <assert.h>
+#include <string.h>
 
 #include <polyp/polyplib.h>
 #include <polyp/polyplib-error.h>




More information about the MPlayer-cvslog mailing list