From 9258d6c197a18253c729873d261343728048aa42 Mon Sep 17 00:00:00 2001 From: Peisong Xiao Date: Sun, 4 Jan 2026 10:48:04 -0500 Subject: [PATCH] [UNTESTED] small fix to header guard --- include/weaver.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/weaver.h b/include/weaver.h index 86ec264..35a88c1 100644 --- a/include/weaver.h +++ b/include/weaver.h @@ -1,5 +1,5 @@ -#ifndef THWEAVER_FABRIC_H -#define THWEAVER_FABRIC_H +#ifndef THREADWEAVER_WEAVER_H +#define THREADWEAVER_WEAVER_H #include #include