aboutsummaryrefslogtreecommitdiff
path: root/src/compat/strnlen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/compat/strnlen.cpp')
-rw-r--r--src/compat/strnlen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compat/strnlen.cpp b/src/compat/strnlen.cpp
index 1ac266c2d1..313435a222 100644
--- a/src/compat/strnlen.cpp
+++ b/src/compat/strnlen.cpp
@@ -3,7 +3,7 @@
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#if defined(HAVE_CONFIG_H)
-#include "config/bitcoin-config.h"
+#include <config/bitcoin-config.h>
#endif
#include <cstring>