diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-06-03 05:12:29 +0000 | 
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-06-03 05:12:29 +0000 | 
| commit | accd7f182e87d2a1d578214211ee7ded32753803 (patch) | |
| tree | 90de65019704d8a469505b67d00c11e813d480e0 /lib/libc/gen/sysctl.c | |
| parent | c3287ad65e82f73d993c7537d1fc5a7a16199449 (diff) | |
Notes
Diffstat (limited to 'lib/libc/gen/sysctl.c')
| -rw-r--r-- | lib/libc/gen/sysctl.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/gen/sysctl.c b/lib/libc/gen/sysctl.c index f67a5338d636..cb7448af3243 100644 --- a/lib/libc/gen/sysctl.c +++ b/lib/libc/gen/sysctl.c @@ -43,6 +43,7 @@ static char sccsid[] = "@(#)sysctl.c	8.2 (Berkeley) 1/4/94";  #include <paths.h>  #include <stdio.h>  #include <unistd.h> +#include <string.h>  int  sysctl(name, namelen, oldp, oldlenp, newp, newlen)  | 
