xserver: Branch 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Fri Sep 11 11:23:13 PDT 2009


 hw/xfree86/common/compiler.h |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 8fb3fa28a5a1b36cdaad38055a607400828b9e1c
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Fri Sep 11 11:21:26 2009 -0700

    compiler.h: include <string.h> before using memmove()
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at sun.com>

diff --git a/hw/xfree86/common/compiler.h b/hw/xfree86/common/compiler.h
index 95ef72c..cdb493a 100644
--- a/hw/xfree86/common/compiler.h
+++ b/hw/xfree86/common/compiler.h
@@ -263,6 +263,8 @@ static __inline__ void stw_u(uint16_t val, uint16_t *p)
 }
 #  else /* !__GNUC__ */
 
+#include <string.h> /* needed for memmove */
+
 static __inline__ uint64_t ldq_u(uint64_t *p)
 {
 	uint64_t ret;


More information about the xorg-commit mailing list