mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 04:41:28 +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 "suspend.h"
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
#ifdef DEFERRED_EXEC_ENABLE
|
#ifdef DEFERRED_EXEC_ENABLE
|
||||||
# include "deferred_exec.h"
|
# include "deferred_exec.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user