diff libmpcodecs/native/roqav.c @ 6131:e6c8285a4bd8

memset and memcpy were used without #include <string.h> in a few places. patch by Bj«Órn Sandell <biorn@dce.chalmers.se>
author arpi
date Mon, 20 May 2002 00:06:29 +0000
parents 47daf6075bc6
children 3cf6b963d08b
line wrap: on
line diff
--- a/libmpcodecs/native/roqav.c	Mon May 20 00:04:47 2002 +0000
+++ b/libmpcodecs/native/roqav.c	Mon May 20 00:06:29 2002 +0000
@@ -8,6 +8,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #include "config.h"
 #include "bswap.h"
 #include "mp_msg.h"