changeset 1012:c915dc284b9a libavutil

Add missing #include <string.h> in x86/cpu.c
author mru
date Thu, 09 Sep 2010 19:40:59 +0000
parents ec22b0df8cf6
children 83021885b234
files x86/cpu.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/x86/cpu.c	Thu Sep 09 18:51:49 2010 +0000
+++ b/x86/cpu.c	Thu Sep 09 19:40:59 2010 +0000
@@ -21,6 +21,7 @@
  */
 
 #include <stdlib.h>
+#include <string.h>
 #include "libavutil/x86_cpu.h"
 #include "libavutil/cpu.h"