Skip to content

Commit 967c1d5

Browse files
doughdemondtrugman
authored andcommitted
test/test_utils.hpp: include <sys/types.h> for dev_t
This fixes a compilation error with musl libc.
1 parent 6d0446e commit 967c1d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_utils.hpp

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#include <stdint.h>
55
#include <stdlib.h>
66
#include <unistd.h>
7+
#include <sys/types.h>
78

89
#include <linux/kdev_t.h>
910

0 commit comments

Comments
 (0)