aboutsummaryrefslogtreecommitdiff
path: root/src/player/inc/human_player.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/player/inc/human_player.h')
-rw-r--r--src/player/inc/human_player.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/player/inc/human_player.h b/src/player/inc/human_player.h
index 39a0d6d..fc6dd07 100644
--- a/src/player/inc/human_player.h
+++ b/src/player/inc/human_player.h
@@ -9,6 +9,7 @@
#include <peripheral.h>
#include <player.h>
#include <stdbool.h>
+#include <stdint.h>
#include <stddef.h>
#ifdef __cplusplus
@@ -60,7 +61,7 @@ struct human_player
size_t n_sel;
bool top_gui;
- unsigned long gui_res[MAX_RESOURCE_TYPES];
+ uint32_t gui_res[MAX_RESOURCE_TYPES];
};
int human_player_init(const struct human_player_cfg *cfg, struct human_player *h);