From 26d062e3f71ef7917601ef1006764a2b900ab0cf Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Sun, 26 Aug 2018 17:19:53 -0700 Subject: [PATCH] ircd::ctx: Fix erroneous have-include guard here. --- include/ircd/ctx/unlock_guard.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ircd/ctx/unlock_guard.h b/include/ircd/ctx/unlock_guard.h index fed5803c5..d82dcf19a 100644 --- a/include/ircd/ctx/unlock_guard.h +++ b/include/ircd/ctx/unlock_guard.h @@ -9,7 +9,7 @@ // full license for this software is available in the LICENSE file. #pragma once -#define HAVE_IRCD_UTIL_H +#define HAVE_IRCD_CTX_UNLOCK_GUARD_H namespace ircd::ctx {