Skip to content

Commit

Permalink
Include correct safety header.
Browse files Browse the repository at this point in the history
  • Loading branch information
torben-hansen committed Feb 12, 2022
1 parent 3e31b9f commit a1eac9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/s2n_fork_detection.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

#include "error/s2n_errno.h"
#include "utils/s2n_fork_detection.h"
#include "utils/s2n_safety_macros.h"
#include "utils/s2n_safety.h"

#include <pthread.h>
#include <stdlib.h>
Expand Down

0 comments on commit a1eac9b

Please sign in to comment.