Skip to content

Commit 5186681

Browse files
committed
Support building fs_mgr against musl
Support building fs_mgr against musl by including the missing sys/types.h header. Bug: 190084016 Test: m USE_HOST_MUSL=true host-native Change-Id: Ie3b3907b1c60ba550c04e8780f11b7adf09a6471
1 parent a524715 commit 5186681

File tree

1 file changed

+1
-0
lines changed
  • fs_mgr/libdm/include/libdm

1 file changed

+1
-0
lines changed

fs_mgr/libdm/include/libdm/dm.h

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
#include <linux/types.h>
2525
#include <stdint.h>
2626
#include <sys/sysmacros.h>
27+
#include <sys/types.h>
2728
#include <unistd.h>
2829

2930
#include <chrono>

0 commit comments

Comments
 (0)