mirror of
https://github.com/espressif/openthread.git
synced 2026-08-09 20:27:47 +00:00
[hdlc] add missing <string.h> include (for memmove()) (#4510)
This commit is contained in:
committed by
Jonathan Hui
parent
95f700dd7e
commit
26d6e7faf0
@@ -37,6 +37,7 @@
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <openthread/error.h>
|
||||
#include "common/code_utils.hpp"
|
||||
|
||||
Reference in New Issue
Block a user