From c9819493d3d5697929b3aa09accb6cea0be10396 Mon Sep 17 00:00:00 2001 From: Shawn Rutledge Date: Wed, 18 Jul 2012 15:02:01 +0200 Subject: [PATCH] Need #include to use memcpy MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Caused a compile failure in qtmultimedia. Change-Id: I73652d93848c2005c0132d24bb0d269e7b450396 Reviewed-by: Jędrzej Nowacki Reviewed-by: João Abecasis --- src/corelib/global/qendian.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/corelib/global/qendian.h b/src/corelib/global/qendian.h index faf2871c60..5b18eec489 100644 --- a/src/corelib/global/qendian.h +++ b/src/corelib/global/qendian.h @@ -46,6 +46,7 @@ // include stdlib.h and hope that it defines __GLIBC__ for glibc-based systems #include +#include #ifdef __GLIBC__ #include