Skip to content

Commit 6a70b43

Browse files
committed
Coco: Fix missing includes to silence warnings
1 parent 2ca1ba5 commit 6a70b43

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/coco/mount_and_boot.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#include "../screen.h"
55
#include "../typedefs.h"
66
#include "../globals.h"
7+
#include "../system.h"
78

89
void mount_and_boot_lobby(void)
910
{

src/coco/scroll.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#include "../constants.h"
55
#include "../globals.h"
66
#include "../screen.h"
7+
#include "../system.h"
78
#include "scroll.h"
89

910
word lastTimer;

0 commit comments

Comments
 (0)