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/wrapthread.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/utils/wrapthread.h') diff --git a/src/utils/wrapthread.h b/src/utils/wrapthread.h index 9578293..e88eb58 100644 --- a/src/utils/wrapthread.h +++ b/src/utils/wrapthread.h @@ -1,3 +1,6 @@ +#ifndef UTILS_WRAPTHREAD_H +#define UTILS_WRAPTHREAD_H + #if THREADS == 1 #define WRAPTHREAD_NOTHREADS 1 #elif defined(__unix__) @@ -75,3 +78,5 @@ #define wrapthread_mutex_unlock(a) #endif + +#endif /* UTILS_WRAPTHREAD_H */ -- cgit v1.3