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/solvers/tables.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/solvers/tables.h') diff --git a/src/solvers/tables.h b/src/solvers/tables.h index 3db1d1e..f850793 100644 --- a/src/solvers/tables.h +++ b/src/solvers/tables.h @@ -1,3 +1,6 @@ +#ifndef SOLVERS_TABLES_H +#define SOLVERS_TABLES_H + STATIC uint64_t read_unaligned_u64( const unsigned char [SIZE(sizeof(uint64_t))]); STATIC void write_unaligned_u64( @@ -147,3 +150,5 @@ append_name(tableinfo_t info[NON_NULL], const char *str) info->solver[j] = '\0'; } + +#endif /* SOLVERS_TABLES_H */ -- cgit v1.3