commit | 107935dec9cd324ba923437d0c9c3572f13f3e57 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Dec 10 21:25:05 2024 +0000 |
committer | Elliott Hughes <enh@google.com> | Tue Dec 10 21:25:05 2024 +0000 |
tree | 88f6cc156892c245d1a37f48dcc42410443d3b7d | |
parent | f949e6104fca9b8918a83f2c50352d44ca5834d2 [diff] [blame] |
<bionic/macros.h>: include <stddef.h> for size_t. Change-Id: Icdae9017d47be570ddbf5189fdfc3304eb3e49d5
diff --git a/libc/platform/bionic/macros.h b/libc/platform/bionic/macros.h index b2d6f96..1e7ca88 100644 --- a/libc/platform/bionic/macros.h +++ b/libc/platform/bionic/macros.h
@@ -16,6 +16,7 @@ #pragma once +#include <stddef.h> #include <stdint.h> #define BIONIC_DISALLOW_COPY_AND_ASSIGN(TypeName) \