input-method-v2: fix include guard name

This commit is contained in:
emersion 2018-10-12 19:58:12 +02:00
parent b99da405e7
commit 4897267bd6
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@
#error "Add -DWLR_USE_UNSTABLE to enable unstable wlroots features"
#endif
#ifndef WLR_TYPES_WLR_INPUT_METHOD_V1_H
#define WLR_TYPES_WLR_INPUT_METHOD_V1_H
#ifndef WLR_TYPES_WLR_INPUT_METHOD_V2_H
#define WLR_TYPES_WLR_INPUT_METHOD_V2_H
#include <stdint.h>
#include <stdlib.h>
#include <wayland-server.h>