mirror of
https://github.com/tezc/sc.git
synced 2025-01-28 07:03:06 +08:00
sc_array: Include string.h for memmove() (#93)
sc_array: Include string.h for memmove() This is just to silence compiler warning for mingw build
This commit is contained in:
parent
0b74cbcb2e
commit
eb751789eb
@ -33,7 +33,7 @@
|
||||
#define SC_ARRAY_H
|
||||
|
||||
#include <assert.h>
|
||||
#include <memory.h>
|
||||
#include <string.h>
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user