mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-13 15:41:17 +00:00
add string.h for memcpy
This commit is contained in:
parent
30b941d506
commit
616b4cc5e4
@ -36,6 +36,7 @@
|
||||
#include <unistd.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h> // memcpy
|
||||
#include <strings.h>
|
||||
#include <pthread.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user