From b8be8265b6dc477efe591ccdb14fcd4b044dd241 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 21 Jun 2018 15:40:15 -0400 Subject: Rectify include paths after container split (automatic) --- src/lib/crypt_ops/crypto_curve25519.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/crypt_ops/crypto_curve25519.c') diff --git a/src/lib/crypt_ops/crypto_curve25519.c b/src/lib/crypt_ops/crypto_curve25519.c index 8302483d87..1e7a456255 100644 --- a/src/lib/crypt_ops/crypto_curve25519.c +++ b/src/lib/crypt_ops/crypto_curve25519.c @@ -20,7 +20,7 @@ #ifdef HAVE_SYS_STAT_H #include #endif -#include "common/container.h" +#include "lib/container/container.h" #include "lib/crypt_ops/crypto_curve25519.h" #include "lib/crypt_ops/crypto_digest.h" #include "lib/crypt_ops/crypto_format.h" -- cgit v1.2.3-54-g00ecf