diff options
Diffstat (limited to 'stdlib/test-canon.c')
-rw-r--r-- | stdlib/test-canon.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/test-canon.c b/stdlib/test-canon.c index c52d02a8a9..d664f73c45 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[]); |