mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-15 20:31:27 +00:00
Add stdio.h to quantum.h
This commit is contained in:
parent
080ed12fcc
commit
4d060cabbe
@ -56,6 +56,7 @@
|
||||
#include "suspend.h"
|
||||
#include <stddef.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#ifdef DEFERRED_EXEC_ENABLE
|
||||
# include "deferred_exec.h"
|
||||
|
Loading…
Reference in New Issue
Block a user