diff options
Diffstat (limited to 'test/stdlib')
-rw-r--r-- | test/stdlib/test-canon.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/stdlib/test-canon.c b/test/stdlib/test-canon.c index 788754f47..f33544306 100644 --- a/test/stdlib/test-canon.c +++ b/test/stdlib/test-canon.c @@ -28,6 +28,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[]); |