commit | b8a95e21865efd16bf821333d34e005b8f0a8d3a | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Wed Oct 02 18:29:20 2019 -0700 |
committer | Christopher Ferris <cferris@google.com> | Thu Oct 03 10:59:32 2019 -0700 |
tree | d6a9a56d4499b2e01ebea72bf920f828a6c740c1 | |
parent | b29454794c48faed61987df172993855201343e6 [diff] [blame] |
Update to kernel headers v5.3.2. Test: Builds and run unit tests on taimen/cuttlefish. Change-Id: I6ebd8f179d159ac974555e8edca588083e8081b3
diff --git a/libc/kernel/uapi/drm/drm.h b/libc/kernel/uapi/drm/drm.h index 66adf99..7c5ffbb 100644 --- a/libc/kernel/uapi/drm/drm.h +++ b/libc/kernel/uapi/drm/drm.h
@@ -23,6 +23,7 @@ #include <asm/ioctl.h> typedef unsigned int drm_handle_t; #else +#include <stdint.h> #include <sys/ioccom.h> #include <sys/types.h> typedef int8_t __s8;