comparison gui/mplayer/sw.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 e564b9cd7290
children 8b61dc798f48
comparison
equal deleted inserted replaced
23304:7e25711f6427 23305:22d3d12c6dfb
1 1
2 // sub window 2 // sub window
3 3
4 #include <inttypes.h> 4 #include <inttypes.h>
5 #include <string.h>
5 6
6 #include "../config.h" 7 #include "../config.h"
7 #include "../libvo/x11_common.h" 8 #include "../libvo/x11_common.h"
8 #include "../libvo/fastmemcpy.h" 9 #include "../libvo/fastmemcpy.h"
9 10