Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5186681f authored by Colin Cross's avatar Colin Cross
Browse files

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
parent a5247158
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@
#include <linux/types.h>
#include <stdint.h>
#include <sys/sysmacros.h>
#include <sys/types.h>
#include <unistd.h>

#include <chrono>