Include <err.h>. On my system CVS Make(1) has an implicit declaration of

warnc(3) without it.
This commit is contained in:
Juli Mallett 2005-05-12 16:40:16 +00:00
parent 355ff30c95
commit 3b7d275a3d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=146160

View File

@ -118,6 +118,7 @@ __FBSDID("$FreeBSD$");
#endif
#include <sys/wait.h>
#include <ctype.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <inttypes.h>