diff TOOLS/realcodecs/cook.c @ 24210:1da5724cc7a7

Fix a ton of warnings: warning: incompatible implicit declaration of built-in function 'memset' warning: incompatible implicit declaration of built-in function 'memcpy'
author diego
date Mon, 27 Aug 2007 10:32:46 +0000
parents 3b80b74b6813
children 9e13376e0daa
line wrap: on
line diff
--- a/TOOLS/realcodecs/cook.c	Mon Aug 27 10:29:25 2007 +0000
+++ b/TOOLS/realcodecs/cook.c	Mon Aug 27 10:32:46 2007 +0000
@@ -12,6 +12,7 @@
 #include <stddef.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #include <dlfcn.h>
 #include <sys/time.h>