summaryrefslogtreecommitdiff
path: root/tools/common.h
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2022-03-15 17:29:13 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2022-03-15 17:29:13 -0400
commit10d5f1295a714f7d3bda40ee5f96930dec4f99a4 (patch)
treeaf94c598d396be966f2e268ad6a548986240b1e2 /tools/common.h
parentccbdbb668cdb6183b74b8f79cb49e26ab93146f8 (diff)
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 147e2520..ac72cd3a 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>