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