diff options
author | Kirill Primak <vyivel@eclair.cafe> | 2023-06-05 23:45:28 +0300 |
---|---|---|
committer | Alexander Orzechowski <alex@ozal.ski> | 2023-06-05 21:06:19 +0000 |
commit | 3dc646ea889084cd7aa980f38124b5df548cf10d (patch) | |
tree | 1ee02a0e22793f8c6d7efb4b08d8a66aa8ba4d2c /include/xcursor | |
parent | c5f4df6c961abef073414e14388878df8cd16947 (diff) |
Add some missing includes/declarations
Diffstat (limited to 'include/xcursor')
-rw-r--r-- | include/xcursor/cursor_data.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/xcursor/cursor_data.h b/include/xcursor/cursor_data.h index 82627003..83270141 100644 --- a/include/xcursor/cursor_data.h +++ b/include/xcursor/cursor_data.h @@ -25,6 +25,7 @@ * Author: Keith Packard, SuSE, Inc. */ +#include <stddef.h> #include <stdint.h> static const uint32_t cursor_data[] = { |