aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/compat-43
diff options
context:
space:
mode:
authorAlexey Zelkin <phantom@FreeBSD.org>2005-02-27 18:39:02 +0000
committerAlexey Zelkin <phantom@FreeBSD.org>2005-02-27 18:39:02 +0000
commitfcd2f9fe54652596928f375030d9319dcb8979f1 (patch)
treedb0a926757ae801de99c559b95d41332b4329b42 /lib/libc/compat-43
parentbee48028f05bc74081a6f01b6e4954f20e8b024e (diff)
downloadsrc-fcd2f9fe54652596928f375030d9319dcb8979f1.tar.gz
src-fcd2f9fe54652596928f375030d9319dcb8979f1.zip
Revert accidiental removal of string.h inclusion.
Notes
Notes: svn path=/head/; revision=142680
Diffstat (limited to 'lib/libc/compat-43')
-rw-r--r--lib/libc/compat-43/getwd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/compat-43/getwd.c b/lib/libc/compat-43/getwd.c
index 280236e522e5..5d413a66f092 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)