diff options
Diffstat (limited to 'src/regress/lib/libc/dirname/dirname_test.c')
-rw-r--r-- | src/regress/lib/libc/dirname/dirname_test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/regress/lib/libc/dirname/dirname_test.c b/src/regress/lib/libc/dirname/dirname_test.c index add76980cf..27d32b6eda 100644 --- a/src/regress/lib/libc/dirname/dirname_test.c +++ b/src/regress/lib/libc/dirname/dirname_test.c | |||
@@ -11,6 +11,7 @@ | |||
11 | #include <string.h> | 11 | #include <string.h> |
12 | #include <limits.h> | 12 | #include <limits.h> |
13 | #include <errno.h> | 13 | #include <errno.h> |
14 | #include <err.h> | ||
14 | 15 | ||
15 | int | 16 | int |
16 | main(void) | 17 | main(void) |