| Index: base/format_macros.h
|
| diff --git a/base/format_macros.h b/base/format_macros.h
|
| index d58658d2b91a428dfed116248595748a28617d4c..0697c6ddf25876d78af35c311c76842bce68a723 100644
|
| --- a/base/format_macros.h
|
| +++ b/base/format_macros.h
|
| @@ -21,6 +21,9 @@
|
| // printf("xyz: %" PRIuS, size);
|
| // The "u" in the macro corresponds to %u, and S is for "size".
|
|
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
| +
|
| #include "build/build_config.h"
|
|
|
| #if defined(OS_POSIX) && (defined(_INTTYPES_H) || defined(_INTTYPES_H_)) && \
|
|
|