Mercurial > mplayer.hg
changeset 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 | e9a309486f18 |
children | 3f1c000cdde4 |
files | libmpcodecs/native/fli.c libmpcodecs/native/nuppelvideo.c libmpcodecs/native/roqav.c |
diffstat | 3 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/native/fli.c Mon May 20 00:04:47 2002 +0000 +++ b/libmpcodecs/native/fli.c Mon May 20 00:06:29 2002 +0000 @@ -14,6 +14,7 @@ #include <stdio.h> #include <stdlib.h> +#include <string.h> #include "config.h" #include "bswap.h" #include "mp_msg.h"