diff options
Diffstat (limited to 'io/tst-linkat.c')
-rw-r--r-- | io/tst-linkat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/io/tst-linkat.c b/io/tst-linkat.c index d63c982..97445b7 100644 --- a/io/tst-linkat.c +++ b/io/tst-linkat.c @@ -4,6 +4,7 @@ #include <stdlib.h> #include <string.h> #include <unistd.h> +#include <sys/stat.h> static void prepare (void); |