aboutsummaryrefslogtreecommitdiffstats
path: root/tools/common.h
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2022-03-15 17:29:10 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2022-03-15 17:29:10 -0400
commit76de77fdbbffc50487dcfd6c3a4b42d8820c3716 (patch)
treec33de73e9623d69b0ed4e4f312c56b99bd960150 /tools/common.h
parentRewrite tools/pcm.c to use common.h (diff)
downloadpokeyellow-76de77fdbbffc50487dcfd6c3a4b42d8820c3716.tar.gz
pokeyellow-76de77fdbbffc50487dcfd6c3a4b42d8820c3716.tar.xz
pokeyellow-76de77fdbbffc50487dcfd6c3a4b42d8820c3716.zip
Use -flto for all tools
Diffstat (limited to 'tools/common.h')
-rw-r--r--tools/common.h2
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>