sxt: ed25519 added forgotten include;

This commit is contained in:
Alexander Vdolainen 2016-07-02 04:11:11 +03:00
parent e65e4c5d0c
commit b632f406ee

View File

@ -9,6 +9,7 @@
#include <stdint.h>
#include <sys/types.h>
#include <sxt/ge25519.h>
#include <sxt/rdb.h>
#include <sxt/sxtkey.h>
#include <sxt/ciphers.h>
#include <sxt/lcrypt.h>