diff postproc/swscale_template.c @ 2476:a6c5a537f30a

a few warning fixes (missing #include's)
author pl
date Thu, 25 Oct 2001 23:34:14 +0000
parents 03abc2743ed6
children d21d8d5f2e23
line wrap: on
line diff
--- a/postproc/swscale_template.c	Thu Oct 25 22:50:03 2001 +0000
+++ b/postproc/swscale_template.c	Thu Oct 25 23:34:14 2001 +0000
@@ -6,6 +6,7 @@
 // the parts written by michael are under GNU GPL
 
 #include <inttypes.h>
+#include <string.h>
 #include "../config.h"
 #include "swscale.h"