Skip to content

Commit

Permalink
Include limits.h for PATH_MAX
Browse files Browse the repository at this point in the history
  • Loading branch information
James-ZHANG committed Dec 12, 2023
1 parent bd591e0 commit 44a099b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fuzz/libfuzzer.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

#include <err.h>
#include <fcntl.h>
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
Expand Down

0 comments on commit 44a099b

Please sign in to comment.