Include stdint.h from filter.h

Don't rely on the users to include it

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2014-07-04 10:43:52 +10:00
parent 2eaefefdde
commit 5cc4d2380c

View file

@ -25,6 +25,8 @@
#include "config.h"
#include <stdint.h>
struct motion_params {
double dx, dy; /* in units/ms @ 400dpi */
};