diff options
Diffstat (limited to 'cursor')
| -rw-r--r-- | cursor/cursor-data.h | 2 | ||||
| -rw-r--r-- | cursor/wayland-cursor.c | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/cursor/cursor-data.h b/cursor/cursor-data.h index 0d03cd5..dd7a80a 100644 --- a/cursor/cursor-data.h +++ b/cursor/cursor-data.h @@ -25,6 +25,8 @@ * Author: Keith Packard, SuSE, Inc. */ +#include <stdint.h> + static uint32_t cursor_data[] = { 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, diff --git a/cursor/wayland-cursor.c b/cursor/wayland-cursor.c index 18abe87..d40c5c8 100644 --- a/cursor/wayland-cursor.c +++ b/cursor/wayland-cursor.c @@ -29,6 +29,7 @@ #include "wayland-client.h" #include <stdio.h> #include <stdlib.h> +#include <stdint.h> #include <string.h> #include <unistd.h> #include <sys/mman.h> |
