diff options
author | jsg <> | 2017-02-25 07:28:32 +0000 |
---|---|---|
committer | jsg <> | 2017-02-25 07:28:32 +0000 |
commit | 1b5ee14699cda257fc8117fb47b6272e4195e4e9 (patch) | |
tree | a0c60b59c92178da9cae05c466c9bb7f3f1623b9 /src/regress/lib/libc/dirname/dirname_test.c | |
parent | 9ccf8d3f60083ee1f2a236236b5021676bee6445 (diff) | |
download | openbsd-1b5ee14699cda257fc8117fb47b6272e4195e4e9.tar.gz openbsd-1b5ee14699cda257fc8117fb47b6272e4195e4e9.tar.bz2 openbsd-1b5ee14699cda257fc8117fb47b6272e4195e4e9.zip |
Add missing includes to avoid implicit function declarations.
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) |