Include stdint.h when using uint32_t
Since the XI2 device manager code is going to be compiled only on POSIX compliant systems, we can safely assume the presence of stdint.h and include it unconditionally.
This commit is contained in:
parent
5329c98694
commit
5593792a40
@ -23,6 +23,8 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "clutter-device-manager-xi2.h"
|
||||
|
||||
#include "clutter-backend-x11.h"
|
||||
|
Loading…
Reference in New Issue
Block a user