From 57ba888d431143f932a977fcf5e99c61e2ae1082 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 4 Jun 2013 15:44:51 +1000 Subject: [PATCH] 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 --- libevdev/libevdev-int.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libevdev/libevdev-int.h b/libevdev/libevdev-int.h index 3843410..b16e5c2 100644 --- a/libevdev/libevdev-int.h +++ b/libevdev/libevdev-int.h @@ -24,6 +24,9 @@ #define libevdev_INT_H #include +#include +#include +#include #include "libevdev.h" #define LONG_BITS (sizeof(long) * 8)