diff libmpcodecs/vd_ijpg.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 fa99b3d31d13
children 9d86ddbcd217
line wrap: on
line diff
--- a/libmpcodecs/vd_ijpg.c	Wed May 16 12:26:47 2007 +0000
+++ b/libmpcodecs/vd_ijpg.c	Wed May 16 21:45:46 2007 +0000
@@ -1,6 +1,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 
 #include "config.h"
 #include "mp_msg.h"