Include private/common.h in stream_chacha20.c

This commit is contained in:
Frank Denis
2017-03-01 10:33:06 +01:00
parent ea7f03d9b4
commit 89f9b7501a
@@ -1,7 +1,9 @@
#include "crypto_stream_chacha20.h"
#include "stream_chacha20.h"
#include "private/common.h"
#include "randombytes.h"
#include "runtime.h"
#include "stream_chacha20.h"
#include "ref/chacha20_ref.h"
#if defined(HAVE_AVX2INTRIN_H) && defined(HAVE_EMMINTRIN_H) && \
defined(HAVE_TMMINTRIN_H) && defined(HAVE_SMMINTRIN_H)