diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2022-03-15 17:29:15 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2022-03-15 17:29:15 -0400 |
commit | 1ba73f225c0aac97cb35fbf7f2c191e5396f3a4f (patch) | |
tree | eadd562b40d25ba6899db1fa092c5e9ef6c86fc0 /tools/common.h | |
parent | 91fa3dd9b94845b512fae799ecbc0d187c948289 (diff) |
Use -flto for all tools
Diffstat (limited to 'tools/common.h')
-rw-r--r-- | tools/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/common.h b/tools/common.h index 147e2520e..ac72cd3ad 100644 --- a/tools/common.h +++ b/tools/common.h @@ -5,6 +5,8 @@ #include <stdlib.h> #include <stdint.h> #include <stdbool.h> +#include <stddef.h> +#include <stdnoreturn.h> #include <inttypes.h> #include <string.h> #include <errno.h> |