Skip to content

Commit 59c1f32

Browse files
authored
Merge pull request #1592 from alexminder/main
error: 'CHAR_BIT' undeclared. fix compile failure with musl libc
2 parents 38c717f + d153107 commit 59c1f32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libcrun/cgroup-systemd.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737

3838
#ifdef HAVE_SYSTEMD
3939
# include <systemd/sd-bus.h>
40+
# include <limits.h>
4041

4142
# define SYSTEMD_PROPERTY_PREFIX "org.systemd.property."
4243

0 commit comments

Comments
 (0)