[mutter/wip/wayland-2: 13/15] wayland: fix a compiler warning



commit a2e277c34ebee0c538c7a92ec4c1aa860f07e7e9
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 2254bc3..fbe0659 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]