1
mirror of https://github.com/jedisct1/libsodium.git synced 2024-12-20 02:25:14 -07:00

Adjust another relative path for sodium/common.h

This commit is contained in:
Frank Denis 2016-04-04 08:44:59 +02:00
parent fdf945afeb
commit 501ec7a679

View File

@ -19,7 +19,7 @@
#include "blake2.h"
#include "blake2-impl.h"
#include "runtime.h"
#include "../../sodium/common.h"
#include "../../../sodium/common.h"
#ifdef HAVE_TI_MODE
# if defined(__SIZEOF_INT128__)