Make this compile in the userland shims again.

Sponsored by:	DARPA & NAI Labs
This commit is contained in:
Poul-Henning Kamp 2002-11-01 15:57:55 +00:00
parent b630d83f28
commit 5274973ae2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=106301

View File

@ -41,6 +41,7 @@
#include <sys/sbuf.h>
#ifndef _KERNEL
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <stdlib.h>
#include <err.h>