diff libmpdemux/video.c @ 3726:1acf2f1f9dc8

missing #include's Note: stream.h contains static inline functions, which is not quite clean :/
author pl
date Tue, 25 Dec 2001 11:20:58 +0000
parents 70c409621d92
children cdd55ab40363
line wrap: on
line diff
--- a/libmpdemux/video.c	Tue Dec 25 11:14:25 2001 +0000
+++ b/libmpdemux/video.c	Tue Dec 25 11:20:58 2001 +0000
@@ -7,6 +7,7 @@
 #include <malloc.h>
 #endif
 #include <stdlib.h>
+#include <string.h>
 #include <unistd.h>
 
 #include "mp_msg.h"