From 1f7e8e937d0e71e7eb3b5deab38b34d0a0159d88 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Thu, 17 Sep 2026 21:50:34 +0200 Subject: Added include guards --- src/arch/arch.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/arch/arch.h') diff --git a/src/arch/arch.h b/src/arch/arch.h index aa4a5c5..c4efbd5 100644 --- a/src/arch/arch.h +++ b/src/arch/arch.h @@ -1,3 +1,6 @@ +#ifndef ARCH_ARCH_H +#define ARCH_ARCH_H + #if defined(AVX2) #include @@ -36,3 +39,5 @@ typedef struct { #endif #endif + +#endif /* ARCH_ARCH_H */ -- cgit v1.3