Skip to content

Commit

Permalink
Fix missing include
Browse files Browse the repository at this point in the history
Signed-off-by: Viktor Söderqvist <[email protected]>
  • Loading branch information
zuiderkwast committed Jan 19, 2025
1 parent 51b52e2 commit d6a79e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/t_hash.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@

#include "server.h"
#include <math.h>
#include <stdbool.h>

/*-----------------------------------------------------------------------------
* Hash Entry API
Expand Down

0 comments on commit d6a79e2

Please sign in to comment.