diff libmpcodecs/native/fli.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 628c85c15c7b
children efb1ac9d44d7
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"