commit | 121292dd8155aad82728e94dd720989293701e41 | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Tue Jan 14 09:52:10 2020 -0800 |
committer | Tom Cherry <tomcherry@google.com> | Tue Jan 14 09:56:25 2020 -0800 |
tree | bf5cda705a262869f1c0f78411ae9a574c935fde | |
parent | 679185dc8836fceeb3b1711a3077dfdd357b05f0 [diff] [blame] |
liblog: use libbase_headers for TEMP_FAILURE_RETRY Test: build Change-Id: Id3b57ff0327d4632e91960e5e70f3aa21992ed15
diff --git a/liblog/logger.h b/liblog/logger.h index 078e778..1701733 100644 --- a/liblog/logger.h +++ b/liblog/logger.h
@@ -17,6 +17,7 @@ #pragma once #include <stdatomic.h> +#include <sys/cdefs.h> #include <log/log.h>