mirror of
https://github.com/brl/mutter.git
synced 2024-11-24 17:10:40 -05:00
wayland: fix a compiler warning
Implicit declaration of memset
This commit is contained in:
parent
e158500ef0
commit
5ae9457176
@ -45,6 +45,8 @@
|
||||
|
||||
#include "meta-wayland-pointer.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
static MetaWaylandSeat *
|
||||
meta_wayland_pointer_get_seat (MetaWaylandPointer *pointer)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user