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:
Peter Hutterer 2013-06-04 15:44:51 +10:00
parent a7c5ae50f4
commit 57ba888d43

View file

@ -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)