Fix warning: missing declaration for memcpy().
This commit is contained in:
parent
d34e3bfef1
commit
b544a37a72
@ -1,5 +1,7 @@
|
|||||||
#include "erl_nif.h"
|
#include "erl_nif.h"
|
||||||
|
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
#include <sodium.h>
|
#include <sodium.h>
|
||||||
|
|
||||||
#ifndef ERL_NIF_DIRTY_SCHEDULER_SUPPORT
|
#ifndef ERL_NIF_DIRTY_SCHEDULER_SUPPORT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user