diff gui/mplayer/pb.c @ 23305:22d3d12c6dfb

Include string.h for memcpy, fastmemcpy.h alone is not enough.
author reimar
date Wed, 16 May 2007 21:45:46 +0000
parents 17bf4f4b0715
children a124f3abc1ec
line wrap: on
line diff
--- a/gui/mplayer/pb.c	Wed May 16 12:26:47 2007 +0000
+++ b/gui/mplayer/pb.c	Wed May 16 21:45:46 2007 +0000
@@ -6,6 +6,7 @@
 #include <inttypes.h>
 #include <sys/stat.h>
 #include <unistd.h>
+#include <string.h>
 
 #include "app.h"
 #include "skin/font.h"