[mutter/wip/wayland-display: 57/93] wayland: fix a compiler warning



commit c8b78933a9ba36b3e0b427fd83cba73b88fa853c
Author: Giovanni Campagna <gcampagn redhat com>
Date:   Wed Jul 17 10:44:29 2013 +0200

    wayland: fix a compiler warning
    
    Implicit declaration of memset

 src/wayland/meta-wayland-pointer.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/wayland/meta-wayland-pointer.c b/src/wayland/meta-wayland-pointer.c
index 3ef1311..49ac2ec 100644
--- a/src/wayland/meta-wayland-pointer.c
+++ b/src/wayland/meta-wayland-pointer.c
@@ -45,6 +45,8 @@
 
 #include "meta-wayland-pointer.h"
 
+#include <string.h>
+
 static MetaWaylandSeat *
 meta_wayland_pointer_get_seat (MetaWaylandPointer *pointer)
 {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]