Revert accidiental removal of string.h inclusion.

This commit is contained in:
Alexey Zelkin 2005-02-27 18:39:02 +00:00
parent bee48028f0
commit fcd2f9fe54
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=142680

View File

@ -41,6 +41,7 @@ __FBSDID("$FreeBSD$");
#include <unistd.h>
#include <errno.h>
#include <stdio.h>
#include <string.h>
char *
getwd(char *buf)