Skip to content

Commit 46d19be

Browse files
authored
Merge pull request #1 from nerdCopter/portempa
debug.h include stddef.h
2 parents 89446f5 + 57b3300 commit 46d19be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/build/debug.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#pragma once
2222

2323
#include <stdint.h>
24+
#include <stddef.h>
2425

2526
#define DEBUG16_VALUE_COUNT 8
2627
extern int16_t debug[DEBUG16_VALUE_COUNT];

0 commit comments

Comments
 (0)