aboutsummaryrefslogtreecommitdiff
path: root/src/common/crypto_dh.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/crypto_dh.h')
-rw-r--r--src/common/crypto_dh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/crypto_dh.h b/src/common/crypto_dh.h
index 540ec6ce12..1e77acc011 100644
--- a/src/common/crypto_dh.h
+++ b/src/common/crypto_dh.h
@@ -13,7 +13,7 @@
#ifndef TOR_CRYPTO_DH_H
#define TOR_CRYPTO_DH_H
-#include "util.h"
+#include "common/util.h"
/** Length of our DH keys. */
#define DH_BYTES (1024/8)