Fix warning: missing declaration for memcpy().

This commit is contained in:
Alexander Færøy 2015-04-02 18:43:24 +02:00
parent d34e3bfef1
commit b544a37a72
No known key found for this signature in database
GPG Key ID: E15081D5D3C3DB53

View File

@ -1,5 +1,7 @@
#include "erl_nif.h"
#include <string.h>
#include <sodium.h>
#ifndef ERL_NIF_DIRTY_SCHEDULER_SUPPORT