diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2022-03-15 17:29:07 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2022-03-15 17:29:07 -0400 |
| commit | e17557706a0ad7653264d3dc4b25a74744f4ab26 (patch) | |
| tree | 718950c5e0a396bad69ab0ef0241ba280a8a8d2b /tools/common.h | |
| parent | Slightly refactor some C tools (diff) | |
| download | pokeyellow-e17557706a0ad7653264d3dc4b25a74744f4ab26.tar.gz pokeyellow-e17557706a0ad7653264d3dc4b25a74744f4ab26.tar.xz pokeyellow-e17557706a0ad7653264d3dc4b25a74744f4ab26.zip | |
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 a8b69445..38b7cc6d 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> |
