Add missing include "core.h"

This commit is contained in:
Frank Denis 2017-07-29 18:42:39 +02:00
parent c15173de1e
commit fc90887921
3 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,7 @@
#include <stdint.h>
#include <stdlib.h>
#include "core.h"
#include "crypto_box.h"
#include "crypto_secretbox.h"
#include "private/common.h"

View File

@ -4,6 +4,7 @@
#include <stdlib.h>
#include <string.h>
#include "core.h"
#include "crypto_box_curve25519xchacha20poly1305.h"
#include "crypto_core_hchacha20.h"
#include "crypto_hash_sha512.h"

View File

@ -5,6 +5,7 @@
#include <stdlib.h>
#include <string.h>
#include "core.h"
#include "crypto_core_hchacha20.h"
#include "crypto_onetimeauth_poly1305.h"
#include "crypto_secretbox_xchacha20poly1305.h"