aboutsummaryrefslogtreecommitdiff
path: root/stdlib
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib')
-rw-r--r--stdlib/test-canon.c1
-rw-r--r--stdlib/tst-tls-atexit.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/stdlib/test-canon.c b/stdlib/test-canon.c
index c52d02a..d664f73 100644
--- a/stdlib/test-canon.c
+++ b/stdlib/test-canon.c
@@ -26,6 +26,7 @@
#include <string.h>
#include <unistd.h>
#include <sys/param.h>
+#include <sys/stat.h>
/* Prototype for our test function. */
extern int do_test (int argc, char *argv[]);
diff --git a/stdlib/tst-tls-atexit.c b/stdlib/tst-tls-atexit.c
index 42a30e0..6dbf49d 100644
--- a/stdlib/tst-tls-atexit.c
+++ b/stdlib/tst-tls-atexit.c
@@ -38,6 +38,7 @@
#include <string.h>
#include <errno.h>
#include <link.h>
+#include <stdbool.h>
#ifndef NO_DELETE
# define LOADED_IS_GOOD false