diff options
| author | Alexey Zelkin <phantom@FreeBSD.org> | 2005-02-27 18:39:02 +0000 |
|---|---|---|
| committer | Alexey Zelkin <phantom@FreeBSD.org> | 2005-02-27 18:39:02 +0000 |
| commit | fcd2f9fe54652596928f375030d9319dcb8979f1 (patch) | |
| tree | db0a926757ae801de99c559b95d41332b4329b42 /lib/libc/compat-43 | |
| parent | bee48028f05bc74081a6f01b6e4954f20e8b024e (diff) | |
Notes
Diffstat (limited to 'lib/libc/compat-43')
| -rw-r--r-- | lib/libc/compat-43/getwd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/compat-43/getwd.c b/lib/libc/compat-43/getwd.c index 280236e522e5d..5d413a66f0920 100644 --- a/lib/libc/compat-43/getwd.c +++ b/lib/libc/compat-43/getwd.c @@ -41,6 +41,7 @@ __FBSDID("$FreeBSD$"); #include <unistd.h> #include <errno.h> #include <stdio.h> +#include <string.h> char * getwd(char *buf) |
