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

Commit d77b5377 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

libcutils should #include <sys/sysmacros.h>

Bug: https://github.com/android-ndk/ndk/issues/398
Test: builds
Change-Id: I8ca21a74e2856fde09c284aee1343c627d8381e6
parent 3cfc1ab8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@
#include <string.h>
#include <sys/ioctl.h>
#include <sys/stat.h>
#include <sys/sysmacros.h>
#include <sys/types.h>
#include <unistd.h>