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/utils/utils.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/utils/utils.h') diff --git a/src/utils/utils.h b/src/utils/utils.h index e322f20..e320105 100644 --- a/src/utils/utils.h +++ b/src/utils/utils.h @@ -1,3 +1,6 @@ +#ifndef UTILS_UTILS_H +#define UTILS_UTILS_H + #include "compilers.h" #include "dbg_log.h" #include "constants.h" @@ -5,3 +8,5 @@ #include "sleep.h" #include "wrapthread.h" #include "prefetch.h" + +#endif /* UTILS_UTILS_H */ -- cgit v1.3