Skip to content

Commit

Permalink
test/test_utils.hpp: include <sys/types.h> for dev_t
Browse files Browse the repository at this point in the history
This fixes a compilation error with musl libc.
  • Loading branch information
doughdemon authored and dtrugman committed May 19, 2024
1 parent 6d0446e commit 967c1d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <stdint.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/types.h>

#include <linux/kdev_t.h>

Expand Down

0 comments on commit 967c1d5

Please sign in to comment.