mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 09:10:04 +01:00
Add more missing config.h includes
config.h includes were missing in a few files, including input.c, the lack of which caused the X11 backend to segfault instantly due to not having an xkbcommon context. Signed-off-by: Daniel Stone <daniel@fooishbar.org>
This commit is contained in:
parent
6dc5a8e95d
commit
ef1f81dae7
2 changed files with 4 additions and 0 deletions
|
|
@ -23,6 +23,8 @@
|
||||||
#ifndef EVDEV_H
|
#ifndef EVDEV_H
|
||||||
#define EVDEV_H
|
#define EVDEV_H
|
||||||
|
|
||||||
|
#include "config.h"
|
||||||
|
|
||||||
#include <linux/input.h>
|
#include <linux/input.h>
|
||||||
#include <wayland-util.h>
|
#include <wayland-util.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -23,6 +23,8 @@
|
||||||
#ifndef _FILTER_H_
|
#ifndef _FILTER_H_
|
||||||
#define _FILTER_H_
|
#define _FILTER_H_
|
||||||
|
|
||||||
|
#include "config.h"
|
||||||
|
|
||||||
#include <wayland-util.h>
|
#include <wayland-util.h>
|
||||||
|
|
||||||
#include "compositor.h"
|
#include "compositor.h"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue