[mutter/wip/wayland-2: 13/15] wayland: fix a compiler warning
- From: Giovanni Campagna <gcampagna src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter/wip/wayland-2: 13/15] wayland: fix a compiler warning
- Date: Wed, 17 Jul 2013 13:16:05 +0000 (UTC)
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]