Skip to content

Commit

Permalink
util.c: add limits.h include for NAME_MAX definition
Browse files Browse the repository at this point in the history
Add limits.h include for NAME_MAX definition.

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Mariusz Tkaczyk <[email protected]>
  • Loading branch information
Alexander Kanavin authored and mtkaczyk committed Mar 12, 2024
1 parent 1750758 commit 8bda860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#include <ctype.h>
#include <dirent.h>
#include <dlfcn.h>

#include <limits.h>

/*
* following taken from linux/blkpg.h because they aren't
Expand Down

0 comments on commit 8bda860

Please sign in to comment.