From f72ab3a217fbe4cc1f83641247ee1843d07b75dd Mon Sep 17 00:00:00 2001 From: Tellicious Date: Sun, 3 Nov 2024 19:15:59 +0100 Subject: [PATCH] Minor bugfix to `hashFunctions.c` --- src/hashFunctions.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hashFunctions.c b/src/hashFunctions.c index 6496c12..ba701c6 100644 --- a/src/hashFunctions.c +++ b/src/hashFunctions.c @@ -35,6 +35,7 @@ #include "hashFunctions.h" #include "ADVUtilsAssert.h" +#include "stddef.h" /* Functions -----------------------------------------------------------------*/