mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-01 13:32:04 +00:00
Add string.h to quantum.h
This commit is contained in:
parent
9fa8e54be8
commit
d65a78c5e5
@ -57,6 +57,7 @@
|
|||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <string.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