mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-27 05:40:07 +01:00
Add a few includes the libevdev-int.h needs
These were hidden due to the include order from the .c files, but really, libevdev-int should include them. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
a7c5ae50f4
commit
57ba888d43
1 changed files with 3 additions and 0 deletions
|
|
@ -24,6 +24,9 @@
|
|||
#define libevdev_INT_H
|
||||
|
||||
#include <config.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <errno.h>
|
||||
#include "libevdev.h"
|
||||
|
||||
#define LONG_BITS (sizeof(long) * 8)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue