aboutsummaryrefslogtreecommitdiff
path: root/src/i2p.h
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2022-06-28 13:27:57 +0100
committerfanquake <fanquake@gmail.com>2022-07-20 10:34:46 +0100
commitcc7b2fdd70da439c3cf8daef3bb79cf593f1cef3 (patch)
tree4293d934b1d4d64d32fcb97fab875c8856ada3a9 /src/i2p.h
parent895937edb2cca3046640dc016827a216e0b6d1c1 (diff)
downloadbitcoin-cc7b2fdd70da439c3cf8daef3bb79cf593f1cef3.tar.xz
refactor: move compat.h into compat/
Diffstat (limited to 'src/i2p.h')
-rw-r--r--src/i2p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i2p.h b/src/i2p.h
index 433fcc3a08..eb0a10103d 100644
--- a/src/i2p.h
+++ b/src/i2p.h
@@ -5,7 +5,7 @@
#ifndef BITCOIN_I2P_H
#define BITCOIN_I2P_H
-#include <compat.h>
+#include <compat/compat.h>
#include <fs.h>
#include <netaddress.h>
#include <sync.h>