wayland: fix a compiler warning

Implicit declaration of memset

https://bugzilla.gnome.org/show_bug.cgi?id=706363
This commit is contained in:
Giovanni Campagna 2013-07-17 10:44:29 +02:00
parent 2ae7454f36
commit d26f248b0f

View File

@ -45,6 +45,8 @@
#include "meta-wayland-pointer.h"
#include <string.h>
static MetaWaylandSeat *
meta_wayland_pointer_get_seat (MetaWaylandPointer *pointer)
{